From 8bb9c928925c3a1713a90005fcf5aa6c643d1120 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 3 Aug 2009 22:24:22 +0000 Subject: [PATCH] Add -disable-output. Thanks Bill! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78009 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll index d399799f49c..ac63534514f 100644 --- a/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll +++ b/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine +; RUN: llvm-as < %s | opt -instcombine -disable-output ; SimplifyDemandedBits should cope with pointer types. -- 2.34.1