Fix a think-o in the test for r225438.

llvm-svn: 225440
This commit is contained in:
Michael Kuperstein 2015-01-08 12:05:02 +00:00
parent 698ea3b488
commit 381dc08bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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