[llvm] r209619 - Remove accidentally committed whitespace.

Tilmann Scheller t.scheller at samsung.com
Mon May 26 02:40:40 PDT 2014


Author: tilmann
Date: Mon May 26 04:40:40 2014
New Revision: 209619

URL: http://llvm.org/viewvc/llvm-project?rev=209619&view=rev
Log:
Remove accidentally committed whitespace.

Modified:
    llvm/trunk/test/CodeGen/AArch64/ldst-opt.ll

Modified: llvm/trunk/test/CodeGen/AArch64/ldst-opt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/ldst-opt.ll?rev=209619&r1=209618&r2=209619&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/ldst-opt.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/ldst-opt.ll Mon May 26 04:40:40 2014
@@ -13,7 +13,7 @@
 ; add x0, x0, #32
 ;  ->
 ; ldr w1, [x0, #32]!
- 
+
 define void @foo(%struct.A* %ptr) nounwind {
 ; CHECK-LABEL: foo
 ; CHECK: ldr w{{[0-9]+}}, [x{{[0-9]+}}, #32]!
@@ -23,7 +23,7 @@ entry:
   br label %bar
 bar:
   %c = getelementptr inbounds %struct.A* %ptr, i64 0, i32 1
-  tail call void @bar(%struct.C* %c, i32 %add) 
+  tail call void @bar(%struct.C* %c, i32 %add)
   ret void
 }
 





More information about the llvm-commits mailing list