Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / udiv-simplify-bug-1.ll
index b7c48f4a18f7e880a10feef3fb9a0c497d93bd2f..d95e8f8359085c0bb45a03a87ea17e4261620751 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -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