diff options
| author | Andrew Trick <atrick@apple.com> | 2011-04-23 04:08:15 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2011-04-23 04:08:15 +0000 |
| commit | 76dca78cb4dc0d85285f7c963d2853cf35d4d222 (patch) | |
| tree | cb3ee971802a217e6a5f216c88e168ba01b4cbb1 /llvm/test/CodeGen | |
| parent | 0ed5778a1ee9da1de3fcc65608051fe1581481cd (diff) | |
| download | bcm5719-llvm-76dca78cb4dc0d85285f7c963d2853cf35d4d222.tar.gz bcm5719-llvm-76dca78cb4dc0d85285f7c963d2853cf35d4d222.zip | |
Accidental function name mangling.
llvm-svn: 130050
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Thumb2/thumb2-sbc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-sbc.ll b/llvm/test/CodeGen/Thumb2/thumb2-sbc.ll index f8d8d277d12..53f45ea951f 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-sbc.ll +++ b/llvm/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 |

