R600: Allow ftrunc
[oota-llvm.git] / test / CodeGen / Thumb2 / 2010-11-22-EpilogueBug.ll
index 313728c1b56abdcbda80976e7c95e71de90a39b7..75f5439b98c239b5ca7c8522c787ca630e919ee0 100644 (file)
@@ -1,14 +1,14 @@
 ; rdar://8465407
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-ios | FileCheck %s
 
 %struct.buf = type opaque
 
 declare void @bar() nounwind optsize
 
 define void @foo() nounwind optsize {
-; CHECK: foo:
+; CHECK-LABEL: foo:
 ; CHECK: push
-; CHECK: add r7, sp, #4
+; CHECK: mov r7, sp
 ; CHECK: sub sp, #4
 entry:
   %m.i = alloca %struct.buf*, align 4