Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-10.ll
index bc0d0c09f4d0f0cff087e36ccf5283748d02e212..b6f82e23b7e7bf6bd67a95bbea6cd804276f939c 100644 (file)
@@ -1,10 +1,9 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
-; RUN: grep {call      g@PLT} %t1
+; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %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