[llvm-commits] [llvm] r79937 - /llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll
Bob Wilson
bob.wilson at apple.com
Mon Aug 24 14:17:17 PDT 2009
Author: bwilson
Date: Mon Aug 24 16:17:17 2009
New Revision: 79937
URL: http://llvm.org/viewvc/llvm-project?rev=79937&view=rev
Log:
Fix a typo. Somehow I thought this had passed before, but I guess not.
Modified:
llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll?rev=79937&r1=79936&r2=79937&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-mov.ll Mon Aug 24 16:17:17 2009
@@ -4,7 +4,7 @@
; var 2.1 - 0x00ab00ab
define i32 @t2_const_var2_1_ok_1(i32 %lhs) {
-;CHECK: t2_const_var_1_ok_1:
+;CHECK: t2_const_var2_1_ok_1:
;CHECK: #11206827
%ret = add i32 %lhs, 11206827 ; 0x00ab00ab
ret i32 %ret
More information about the llvm-commits
mailing list