diff options
Diffstat (limited to 'test/CodeGen/MSP430/fp.ll')
-rw-r--r-- | test/CodeGen/MSP430/fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MSP430/fp.ll b/test/CodeGen/MSP430/fp.ll index c3273ef..0180905 100644 --- a/test/CodeGen/MSP430/fp.ll +++ b/test/CodeGen/MSP430/fp.ll @@ -5,7 +5,7 @@ target triple = "msp430---elf" define void @fp() nounwind { entry: -; CHECK: fp: +; CHECK-LABEL: fp: ; CHECK: push.w r4 ; CHECK: mov.w r1, r4 ; CHECK: sub.w #2, r1 |