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