diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll index 477c86b79ac..ba20b2c6a51 100644 --- a/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll +++ b/llvm/test/Transforms/IndVarSimplify/shrunk-constant.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -scalar-evolution -analyze | FileCheck %s -; CHECK: --> (zext i4 {-7,+,-8}<%loop> to i32) +; CHECK: --> (1 + (zext i4 {-8,+,-8}<%loop> to i32))<nuw><nsw> define fastcc void @foo() nounwind { entry: |

