diff options
Diffstat (limited to 'test/CodeGen/XCore/trampoline.ll')
-rw-r--r-- | test/CodeGen/XCore/trampoline.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/XCore/trampoline.ll b/test/CodeGen/XCore/trampoline.ll index 6b42134..7ca331a 100644 --- a/test/CodeGen/XCore/trampoline.ll +++ b/test/CodeGen/XCore/trampoline.ll @@ -4,7 +4,7 @@ define void @f() nounwind { entry: -; CHECK: f: +; CHECK-LABEL: f: ; CHECK: ldap r11, g.1101 ; CHECK: stw r11, sp[7] %TRAMP.23 = alloca [20 x i8], align 2 |