diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/x86-64-pic-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/x86-64-pic-3.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/x86-64-pic-3.ll b/llvm/test/CodeGen/X86/x86-64-pic-3.ll index 246c00f7411..aa3c888ed60 100644 --- a/llvm/test/CodeGen/X86/x86-64-pic-3.ll +++ b/llvm/test/CodeGen/X86/x86-64-pic-3.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: |