[llvm-commits] [llvm] r130455 - /llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll

Eli Friedman eli.friedman at gmail.com
Thu Apr 28 16:12:24 PDT 2011


Author: efriedma
Date: Thu Apr 28 18:12:24 2011
New Revision: 130455

URL: http://llvm.org/viewvc/llvm-project?rev=130455&view=rev
Log:
Fix runline.


Modified:
    llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll?rev=130455&r1=130454&r2=130455&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel-redefinition.ll Thu Apr 28 18:12:24 2011
@@ -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.)
 





More information about the llvm-commits mailing list