From 477eba5f815c9ce96159e3f08f8bc762c67531b7 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Thu, 8 Jan 2015 12:05:02 +0000 Subject: [PATCH] Fix a think-o in the test for r225438. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225440 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr22103.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pr22103.ll b/test/CodeGen/X86/pr22103.ll index 324b6b562b8..3af1d44987f 100644 --- a/test/CodeGen/X86/pr22103.ll +++ b/test/CodeGen/X86/pr22103.ll @@ -12,7 +12,7 @@ define void @_Z1fv() { ; CHECK-NOT: callq *$a ; CHECK: movq %fs:0, [[RAX:%r..]] ; CHECK-NEXT: addq a@GOTTPOFF(%rip), [[RAX]] -; CHECK-NEXT: callq *%rax +; CHECK-NEXT: callq *[[RAX]] entry: call void bitcast (i64* @a to void ()*)() ret void -- 2.40.0