diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/all-bits-shift.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/all-bits-shift.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/all-bits-shift.ll b/llvm/test/Transforms/InstCombine/all-bits-shift.ll index b9eb19cf2ad..a035f53d1aa 100644 --- a/llvm/test/Transforms/InstCombine/all-bits-shift.ll +++ b/llvm/test/Transforms/InstCombine/all-bits-shift.ll @@ -1,5 +1,4 @@ -; RUN: opt -S -instcombine < %s | FileCheck %s -; RUN: opt -S -instsimplify < %s | FileCheck %s +; RUN: opt -S -instcombine -expensive-combines < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" |