Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / pr2645-0.ll
index 56adb839092bc5f22f2c63be0ee679848797b726..9bcaa43a80baee9e6d2da051deefd8dc2a695130 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {insertelement <4 x float> undef}
+; RUN: opt %s -instcombine -S | grep {insertelement <4 x float> undef}
 
 ; Instcombine should be able to prove that none of the
 ; insertelement's first operand's elements are needed.