Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / zeroext-and-reduce.ll
index cdbb7b1a05394dcbc44ff70419e1ac7311c6fad7..592b8a172f8e1fcb93a16f3d6716f99744e77f0f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:   grep {and i32 %Y, 8}
 
 define i32 @test1(i8 %X) {