diff options
Diffstat (limited to 'test/Transforms/SLPVectorizer/X86/crash_binaryop.ll')
-rw-r--r-- | test/Transforms/SLPVectorizer/X86/crash_binaryop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SLPVectorizer/X86/crash_binaryop.ll b/test/Transforms/SLPVectorizer/X86/crash_binaryop.ll index dc99366..9046c35 100644 --- a/test/Transforms/SLPVectorizer/X86/crash_binaryop.ll +++ b/test/Transforms/SLPVectorizer/X86/crash_binaryop.ll @@ -7,7 +7,7 @@ target triple = "x86_64-apple-darwin13.3.0" define i32 @fn1() { entry: - %init = load double* @a, align 8 + %init = load double, double* @a, align 8 br label %loop loop: |