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