diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-04-28 23:12:24 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-04-28 23:12:24 +0000 |
commit | 37b9ede969dab1df6047e301455e87a1808c9488 (patch) | |
tree | 3b764f91256a08ada446173159da9dc46d7286c8 /llvm/test/CodeGen/ARM/fast-isel-redefinition.ll | |
parent | e4ecd42926501922f3f7206d715ece1aa7b4f446 (diff) | |
download | bcm5719-llvm-37b9ede969dab1df6047e301455e87a1808c9488.tar.gz bcm5719-llvm-37b9ede969dab1df6047e301455e87a1808c9488.zip |
Fix runline.
llvm-svn: 130455
Diffstat (limited to 'llvm/test/CodeGen/ARM/fast-isel-redefinition.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-redefinition.ll | 2 |
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.) |