diff options
Diffstat (limited to 'llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll')
-rw-r--r-- | llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll b/llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll index e9ba9e16318..8b0098e04cc 100644 --- a/llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll +++ b/llvm/test/Transforms/LICM/2007-09-17-PromoteValue.ll @@ -2,7 +2,7 @@ ; Do not promote getelementptr because it may exposes load from a null pointer ; and store from a null pointer which are covered by ; icmp eq %struct.decision* null, null condition. -; RUN: llvm-as < %s | opt -licm | llvm-dis | not grep promoted +; RUN: opt %s -licm | llvm-dis | not grep promoted %struct.decision = type { i8, %struct.decision* } define i32 @main() { |