ARM: teach AAPCS-VFP to deal with Cortex-M4.
[oota-llvm.git] / test / CodeGen / Thumb / pop.ll
index 0e1b2e57440dd29a8e36bd4054b1242f90dcc944..1e45c7f37bcbfb71b2e9056246a2f10b29f8f6b8 100644 (file)
@@ -1,8 +1,8 @@
 ; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
 ; rdar://7268481
 
-define arm_apcscc void @t(i8* %a, ...) nounwind {
-; CHECK:      t:
+define void @t(i8* %a, ...) nounwind {
+; CHECK-LABEL:      t:
 ; CHECK:      pop {r3}
 ; CHECK-NEXT: add sp, #12
 ; CHECK-NEXT: bx r3