diff options
Diffstat (limited to 'test/Transforms/InstCombine/cast3.ll')
-rw-r--r-- | test/Transforms/InstCombine/cast3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast3.ll b/test/Transforms/InstCombine/cast3.ll index c9119480b4..bc60f55c48 100644 --- a/test/Transforms/InstCombine/cast3.ll +++ b/test/Transforms/InstCombine/cast3.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -instcombine -S | not grep getelementptr +; RUN: opt < %s -instcombine -S | not grep getelementptr ; PR2831 ; Don't raise arbitrary inttoptr+arithmetic+ptrtoint to getelementptr. |