[llvm-commits] [llvm] r130050 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll

Andrew Trick atrick at apple.com
Fri Apr 22 21:08:15 PDT 2011


Author: atrick
Date: Fri Apr 22 23:08:15 2011
New Revision: 130050

URL: http://llvm.org/viewvc/llvm-project?rev=130050&view=rev
Log:
Accidental function name mangling.

Modified:
    llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll

Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll?rev=130050&r1=130049&r2=130050&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll Fri Apr 22 23:08:15 2011
@@ -54,7 +54,7 @@
 
 ; Example from numerics code that manually computes wider-than-64 values.
 ;
-; CHECK: _livecarry:
+; CHECK: livecarry:
 ; CHECK: adds
 ; CHECK: adcs
 ; CHECK: adc





More information about the llvm-commits mailing list