Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / cast-propagate.ll
index 87acb45cd8b1339ccef319bf25227d5ff0f84536..95c040b140d20c63769b8e42abc7a52ed1180ba0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -mem2reg -S | \
+; RUN: opt %s -instcombine -mem2reg -S | \
 ; RUN:    not grep load
 
 define i32 @test1(i32* %P) {