diff options
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll index 01e28bc4466..73b28301b7e 100644 --- a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll +++ b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll @@ -7,7 +7,7 @@ target triple = "x86_64-apple-macosx10.8.0" ;CHECK: br ;CHECK: br ;CHECK: getelementptr -;CHECK-NEXT: getelementptr +;CHECK-DAG: getelementptr ;CHECK-DAG: icmp uge ;CHECK-DAG: icmp uge ;CHECK-DAG: icmp uge |