[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
[oota-llvm.git] / test / Transforms / InstCombine / 2002-12-05-MissedConstProp.ll
index 8f4ba2b7aad25b2e3bce99a832d51e16735ca8ed..49e55c620a4949321296502c3f86594b97f5f84d 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: opt %s -instcombine | llvm-dis | not grep add
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
+; CHECK-NOT: add
 
 define i32 @test(i32 %A) {
         %A.neg = sub i32 0, %A          ; <i32> [#uses=1]