Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_create.ll
index 5df9210e16e563c0dd1361158e689453365fd9f1..9b3aaf7f20deaf37f0697f8cc37ccc1696b3a043 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg -S | not grep br
+; RUN: opt %s -simplifycfg -S | not grep br
 
 declare void @foo1()