X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FThumb%2Fpop.ll;h=1e45c7f37bcbfb71b2e9056246a2f10b29f8f6b8;hb=e43c5023fe0c1de8d5c1ff13d07ff710b196d121;hp=0e1b2e57440dd29a8e36bd4054b1242f90dcc944;hpb=2ef9c8a43d1030bf65cafedf4b4b3f04d30180ce;p=oota-llvm.git diff --git a/test/CodeGen/Thumb/pop.ll b/test/CodeGen/Thumb/pop.ll index 0e1b2e57440..1e45c7f37bc 100644 --- a/test/CodeGen/Thumb/pop.ll +++ b/test/CodeGen/Thumb/pop.ll @@ -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