Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / udiv-simplify-bug-1.ll
index 0036760ba50ee5abbbd43c274d7e36ae2f1ce903..d95e8f8359085c0bb45a03a87ea17e4261620751 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis > %t1.ll
+; RUN: opt < %s -instcombine -S > %t1.ll
 ; RUN: grep udiv %t1.ll | count 2
 ; RUN: grep zext %t1.ll | count 2
 ; PR2274