Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / signext.ll
index d67a04a6488907ee3d8c36e143fc15eda25286b7..008662e04e9df1052e16ba82c9f04268a69f7611 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | \
 ; RUN:    not grep {(and\|xor\|add\|shl\|shr)}
 ; END.