aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-64-pic-2.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-08-15 19:34:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-08-15 19:34:23 +0000
commit58b69754af0cbff56b1cfce9be9392e4451f6628 (patch)
treeeacfc83d988e4b9d11114387ae7dc41243f2a363 /test/CodeGen/X86/x86-64-pic-2.ll
parent0378662f5bd3dbe8305a485b0282bceb8b52f465 (diff)
downloadsrc-vendor/llvm/llvm-trunk-r161861.tar.gz
src-vendor/llvm/llvm-trunk-r161861.zip
Vendor import of llvm trunk r161861:vendor/llvm/llvm-trunk-r161861
Diffstat (limited to 'test/CodeGen/X86/x86-64-pic-2.ll')
-rw-r--r--test/CodeGen/X86/x86-64-pic-2.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/x86-64-pic-2.ll b/test/CodeGen/X86/x86-64-pic-2.ll
index 1ce2de7209c4..f3f7b1dffd1f 100644
--- a/test/CodeGen/X86/x86-64-pic-2.ll
+++ b/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 {callq f} %t1
-; RUN: not grep {callq f@PLT} %t1
+; RUN: grep "callq f" %t1
+; RUN: not grep "callq f@PLT" %t1
define void @g() {
entry: