Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / DeadArgElim / canon.ll
index 3213b0e6b430545009d29211c663ada1bd3f567c..025a46a5dfeb8037e55a4e99cfa354ef0a01a8f9 100644 (file)
@@ -1,5 +1,5 @@
 ; This test shows a few canonicalizations made by deadargelim
-; RUN: opt %s -deadargelim | llvm-dis > %t
+; RUN: opt < %s -deadargelim -S > %t
 ; This test should remove {} and replace it with void
 ; RUN: cat %t | grep {define internal void @test}
 ; This test shouls replace the {i32} return value with just i32