Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / apint-mul2.ll
index 16518bb44e12960318e10be2c9251b63c39a0ea0..558d2fb63c1e30c6efc86054820658aa0b44fbf4 100644 (file)
@@ -2,9 +2,8 @@
 ; This test is for Integer BitWidth >= 64 && BitWidth % 2 >= 1024.
 ;
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep mul
+; RUN: opt < %s -instcombine -S | not grep mul
 
-implementation
 
 define i177 @test1(i177 %X) {
     %C = shl i177 1, 155