Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / 2003-05-26-CastMiscompile.ll
index 21a7a8ef0a399d21479cd0a26460e1a840446e0a..19010d22d729cdc7b48e60c7ee05aa203afeaf6d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep 4294967295
+; RUN: opt %s -instcombine -S | grep 4294967295
 
 define i64 @test(i64 %Val) {
         %tmp.3 = trunc i64 %Val to i32          ; <i32> [#uses=1]