diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll b/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll index ac63534514f..fdd8dc391bc 100644 --- a/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll +++ b/llvm/test/Transforms/InstCombine/simplify-demanded-bits-pointer.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine -disable-output +; RUN: opt %s -instcombine -disable-output ; SimplifyDemandedBits should cope with pointer types. |