As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-10.ll
index 0f65e57449596cca07e4e0dd3d597beaa635d00c..b6f82e23b7e7bf6bd67a95bbea6cd804276f939c 100644 (file)
@@ -1,9 +1,9 @@
 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
-; RUN: grep {call      g@PLT} %t1
+; RUN: grep {callq     g@PLT} %t1
 
 @g = alias weak i32 ()* @f
 
-define void @g() {
+define void @h() {
 entry:
        %tmp31 = call i32 @g()
         ret void