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 | 83eb90690685a5e0658f06e9a1e2dc7d086afc7a (patch) | |
tree | 3d63d152590e4db902e8908f8874dbbc6f5d410b | |
parent | 1c3af779fc6b184204efd7e98dc16e475c251e7f (diff) | |
download | external_llvm-83eb90690685a5e0658f06e9a1e2dc7d086afc7a.zip external_llvm-83eb90690685a5e0658f06e9a1e2dc7d086afc7a.tar.gz external_llvm-83eb90690685a5e0658f06e9a1e2dc7d086afc7a.tar.bz2 |
Accidental function name mangling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130050 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |