summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-29 21:33:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-29 21:33:03 +0000
commitdd937843d3237ae9f09a7ffe77e81433bbb7788f (patch)
tree5d02a1da3fe4240fb68fd6256ee2a5efb91eca44
parent86caced370891a7874eb802c0a292a0a1e3244a2 (diff)
downloadbcm5719-llvm-dd937843d3237ae9f09a7ffe77e81433bbb7788f.tar.gz
bcm5719-llvm-dd937843d3237ae9f09a7ffe77e81433bbb7788f.zip
Fix run-line, again. :(
llvm-svn: 130540
-rw-r--r--llvm/test/CodeGen/ARM/fast-isel-redefinition.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll b/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
index 262432f807a..08dcc64c9c8 100644
--- a/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
+++ b/llvm/test/CodeGen/ARM/fast-isel-redefinition.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -regalloc=linearscan | grep "ldr r0"
+; RUN: llc -O0 -regalloc=linearscan < %s
; This isn't exactly a useful set of command-line options, but check that it
; doesn't crash. (It was crashing because a register was getting redefined.)
OpenPOWER on IntegriCloud