summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2013-04-10 23:30:20 +0000
committerEli Bendersky <eliben@google.com>2013-04-10 23:30:20 +0000
commit1dceb3c9a213a1d11059232e49a8ce562022199f (patch)
tree86189da6725685d8de9ee7a259a4468b8a76ab44 /llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
parent1da4529b15ed80e5d6c0b21d3ac46538fbcad87f (diff)
downloadbcm5719-llvm-1dceb3c9a213a1d11059232e49a8ce562022199f.tar.gz
bcm5719-llvm-1dceb3c9a213a1d11059232e49a8ce562022199f.zip
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
llvm-svn: 179241
Diffstat (limited to 'llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll')
-rw-r--r--llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll b/llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
index b22a391ef35..b5679e66569 100644
--- a/llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
+++ b/llvm/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
@@ -1,4 +1,5 @@
-; RUN: llc -fast-isel -march=x86 < %s | grep %fs:
+; RUN: llc -fast-isel -march=x86 < %s | FileCheck %s
+; CHECK: %fs:
define i32 @test1(i32 addrspace(257)* %arg) nounwind {
%tmp = load i32 addrspace(257)* %arg
OpenPOWER on IntegriCloud