commit | 097d277ef0ca572a33d20c4b26153121760b37c3 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Sat Nov 12 19:53:52 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Sat Nov 12 19:53:52 2011 +0000 |
tree | 2f710458db22ad7291718bce2543ae6616a04fdc | |
parent | 4ee1aa70204c1c4f0ea14b24890181e78ae4fd85 [diff] [blame] |
Switch a few tests off linearscan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144460 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/fast-isel-redefinition.ll b/test/CodeGen/ARM/fast-isel-redefinition.ll index 08dcc64..4203537 100644 --- a/test/CodeGen/ARM/fast-isel-redefinition.ll +++ b/test/CodeGen/ARM/fast-isel-redefinition.ll
@@ -1,4 +1,4 @@ -; RUN: llc -O0 -regalloc=linearscan < %s +; RUN: llc -O0 -regalloc=basic < %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.)