[llvm] r232626 - Add missing newline to end of test file.

John Brawn john.brawn at arm.com
Wed Mar 18 03:45:12 PDT 2015


Author: john.brawn
Date: Wed Mar 18 05:45:12 2015
New Revision: 232626

URL: http://llvm.org/viewvc/llvm-project?rev=232626&view=rev
Log:
Add missing newline to end of test file.

Modified:
    llvm/trunk/test/CodeGen/Thumb/stack-access.ll

Modified: llvm/trunk/test/CodeGen/Thumb/stack-access.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/stack-access.ll?rev=232626&r1=232625&r2=232626&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/stack-access.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb/stack-access.ll Wed Mar 18 05:45:12 2015
@@ -87,4 +87,4 @@ define void @test7() {
   store i32 1, i32* %arrayidx1, align 4
 
   ret void
-}
\ No newline at end of file
+}





More information about the llvm-commits mailing list