summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:25 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-07-02 20:42:25 +0000
commit8a0a4de71ffd2233e1df376ce73bfed41d5f4eeb (patch)
treec4dac8a88e98263f1d67045c4ddcd0492b9a6197
parent8b89789188a22ed542d9f5b3c6754488afb27682 (diff)
downloadllvm-8a0a4de71ffd2233e1df376ce73bfed41d5f4eeb.tar.gz
llvm-8a0a4de71ffd2233e1df376ce73bfed41d5f4eeb.tar.bz2
llvm-8a0a4de71ffd2233e1df376ce73bfed41d5f4eeb.tar.xz
FileCheck-ize
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134335 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/loop-strength-reduce2.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce2.ll b/test/CodeGen/X86/loop-strength-reduce2.ll
index 9b53adb2a3..689ee1cf23 100644
--- a/test/CodeGen/X86/loop-strength-reduce2.ll
+++ b/test/CodeGen/X86/loop-strength-reduce2.ll
@@ -1,6 +1,7 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | grep {\$pb} | grep mov
+; RUN: llc < %s -mtriple=i686-apple-darwin -relocation-model=pic | FileCheck %s
;
; Make sure the PIC label flags2-"L1$pb" is not moved up to the preheader.
+; CHECK: mov{{.}} {{.*}}$pb
@flags2 = internal global [8193 x i8] zeroinitializer, align 32 ; <[8193 x i8]*> [#uses=1]