diff options
-rw-r--r-- | test/CodeGen/Thumb2/thumb2-sbc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-sbc.ll b/test/CodeGen/Thumb2/thumb2-sbc.ll index f8d8d27..53f45ea 100644 --- a/test/CodeGen/Thumb2/thumb2-sbc.ll +++ b/test/CodeGen/Thumb2/thumb2-sbc.ll @@ -54,7 +54,7 @@ define i64 @f6(i64 %a) { ; Example from numerics code that manually computes wider-than-64 values. ; -; CHECK: _livecarry: +; CHECK: livecarry: ; CHECK: adds ; CHECK: adcs ; CHECK: adc |