From dd937843d3237ae9f09a7ffe77e81433bbb7788f Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 29 Apr 2011 21:33:03 +0000 Subject: Fix run-line, again. :( llvm-svn: 130540 --- llvm/test/CodeGen/ARM/fast-isel-redefinition.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test') 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.) -- cgit v1.2.3