Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / addnegneg.ll
index 0f39d71294565ab54259c694aa49e2bdea399cfd..a3a09f27ed957511a3d974d39ba57e5f641ca948 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep { sub } | count 1
+; RUN: opt %s -instcombine -S | grep { sub } | count 1
 ; PR2047
 
 define i32 @l(i32 %a, i32 %b, i32 %c, i32 %d) {