Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / bitcast-scalar-to-vector.ll
index 1448fc6f483d5126a0668af608af5970f282e7dc..4e9dfbb53b4964f819d04b216780ff5603b0d6ab 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine -S | grep {ret i32 0}
+; RUN: opt %s -instcombine -S | grep {ret i32 0}
 ; PR4487
 
 ; Bitcasts between vectors and scalars are valid, despite being ill-advised.