diff options
Diffstat (limited to 'test/Transforms/LoopVectorize/non-const-n.ll')
-rw-r--r-- | test/Transforms/LoopVectorize/non-const-n.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/non-const-n.ll b/test/Transforms/LoopVectorize/non-const-n.ll index 7727b0a..1a6c15e 100644 --- a/test/Transforms/LoopVectorize/non-const-n.ll +++ b/test/Transforms/LoopVectorize/non-const-n.ll @@ -11,7 +11,7 @@ target triple = "x86_64-apple-macosx10.8.0" ;CHECK: shl i32 ;CHECK: zext i32 ;CHECK: load <4 x i32> -;CHECK: add <4 x i32> +;CHECK: add nsw <4 x i32> ;CHECK: store <4 x i32> ;CHECK: ret void define void @example1(i32 %n) nounwind uwtable ssp { |