[llvm-commits] [llvm] r85693 -	/llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
    Jim Grosbach 
    grosbach at apple.com
       
    Sat Oct 31 15:12:45 PDT 2009
    
    
  
Author: grosbach
Date: Sat Oct 31 17:12:44 2009
New Revision: 85693
URL: http://llvm.org/viewvc/llvm-project?rev=85693&view=rev
Log:
Grammar tweak to comments
Modified:
    llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll?rev=85693&r1=85692&r2=85693&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-mov2.ll Sat Oct 31 17:12:44 2009
@@ -15,7 +15,7 @@
 ; CHECK: movt r0, #1234
     %1 = shl i32  255,   8
     %2 = shl i32 1234,   8
-    %3 = or  i32   %1, 255  ; This give us 0xFFFF in %3
+    %3 = or  i32   %1, 255  ; This gives us 0xFFFF in %3
     %4 = shl i32   %2,   8  ; This gives us (1234 << 16) in %4
     %5 = and i32   %a,  %3
     %6 = or  i32   %4,  %5
@@ -28,7 +28,7 @@
 ; CHECK: movt r0, #1234
     %1 = shl i32  255,   8
     %2 = shl i32 1234,   8
-    %3 = or  i32   %1, 255  ; This give us 0xFFFF in %3
+    %3 = or  i32   %1, 255  ; This gives us 0xFFFF in %3
     %4 = shl i32   %2,   6
     %5 = and i32   %a,  %3
     %6 = shl i32   %4,   2  ; This gives us (1234 << 16) in %6
@@ -42,7 +42,7 @@
 ; CHECK: movt r0, #1234
     %1 = shl i32  255,   8
     %2 = shl i32 1234,   8
-    %3 = or  i32   %1, 255  ; This give us 0xFFFF in %3
+    %3 = or  i32   %1, 255  ; This gives us 0xFFFF in %3
     %4 = shl i32   %2,   6
     %5 = and i32   %a,  %3
     %6 = shl i32   %4,   2  ; This gives us (1234 << 16) in %6
@@ -61,7 +61,7 @@
 ; CHECK:      #1720320
     %1 = shl i32  255,   8
     %2 = shl i32 1234,   8
-    %3 = or  i32   %1, 255  ; This give us 0xFFFF in %3
+    %3 = or  i32   %1, 255  ; This gives us 0xFFFF in %3
     %4 = shl i32   %2,   6
     %5 = and i32   %a,  %3
     %6 = shl i32   %4,   2  ; This gives us (1234 << 16) in %6
    
    
More information about the llvm-commits
mailing list