diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll | 4 | ||||
-rw-r--r-- | test/CodeGen/Thumb/large-stack.ll | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll b/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll index ba5c8c172f..40f46fda46 100644 --- a/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll +++ b/test/CodeGen/PowerPC/2007-09-07-LoadStoreIdxForms.ll @@ -1,9 +1,5 @@ ; RUN: llc < %s -march=ppc64 | FileCheck %s -; Temporarily XFAIL this test until LSA stops creating single-use -; virtual base registers. -; XFAIL: * - %struct.__db_region = type { %struct.__mutex_t, [4 x i8], %struct.anon, i32, [1 x i32] } %struct.__mutex_t = type { i32 } %struct.anon = type { i64, i64 } diff --git a/test/CodeGen/Thumb/large-stack.ll b/test/CodeGen/Thumb/large-stack.ll index f8c438c6e0..680976e74f 100644 --- a/test/CodeGen/Thumb/large-stack.ll +++ b/test/CodeGen/Thumb/large-stack.ll @@ -20,8 +20,8 @@ define void @test2() { define i32 @test3() { ; CHECK: test3: -; CHECK: ldr.n r2, LCPI -; CHECK: add sp, r2 +; CHECK: ldr.n r1, LCPI +; CHECK: add sp, r1 ; CHECK: ldr.n r1, LCPI ; CHECK: add r1, sp ; CHECK: subs r4, r7, #4 |