diff options
| author | Eric Christopher <echristo@apple.com> | 2011-04-13 00:20:59 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-04-13 00:20:59 +0000 |
| commit | 28f4c729f7f7aab395f01478eca198f7afdcf498 (patch) | |
| tree | ee3ef1d80d27f1b6ed6fc4860820af8e6661d88c /llvm/test/CodeGen/ARM | |
| parent | 38068ca35f6c02b199bb83ce97fe41457558f1a1 (diff) | |
| download | bcm5719-llvm-28f4c729f7f7aab395f01478eca198f7afdcf498.tar.gz bcm5719-llvm-28f4c729f7f7aab395f01478eca198f7afdcf498.zip | |
Temporarily revert r129408 to see if it brings the bots back.
llvm-svn: 129417
Diffstat (limited to 'llvm/test/CodeGen/ARM')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/llvm/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll b/llvm/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll deleted file mode 100644 index eb23de0b971..00000000000 --- a/llvm/test/CodeGen/ARM/2011-04-12-FastRegAlloc.ll +++ /dev/null @@ -1,15 +0,0 @@ -; RUN: llc < %s -O0 -verify-machineinstrs -regalloc=fast -; Previously we'd crash as out of registers on this input by clobbering all of -; the aliases. -target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:64-v128:32:128-a0:0:32-n32" -target triple = "thumbv7-apple-darwin10.0.0" - -define void @_Z8TestCasev() nounwind ssp { -entry: - %a = alloca float, align 4 - %tmp = load float* %a, align 4 - call void asm sideeffect "", "w,~{s0},~{s16}"(float %tmp) nounwind, !srcloc !0 - ret void -} - -!0 = metadata !{i32 109} |

