diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/x86-64-pic-2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/x86-64-pic-2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/x86-64-pic-2.ll b/llvm/test/CodeGen/X86/x86-64-pic-2.ll index a52c564f968..1ce2de7209c 100644 --- a/llvm/test/CodeGen/X86/x86-64-pic-2.ll +++ b/llvm/test/CodeGen/X86/x86-64-pic-2.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -; RUN: grep {call f} %t1 -; RUN: not grep {call f@PLT} %t1 +; RUN: grep {callq f} %t1 +; RUN: not grep {callq f@PLT} %t1 define void @g() { entry: |