diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2015-04-10 22:08:18 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-10 22:08:18 +0000 |
commit | 13a7db5b9c4f5e543d037be68ec3428216bfd550 (patch) | |
tree | 1b2c9792582e12f5af0b1512e3094425f0dc0df9 /test/CodeGen/Thumb2/constant-islands-new-island-padding.ll | |
parent | 0eb46f5d1e06a4284663d636a74b06adc3a161d7 (diff) | |
parent | 31195f0bdca6ee2a5e72d07edf13e1d81206d949 (diff) | |
download | external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.zip external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.gz external_llvm-13a7db5b9c4f5e543d037be68ec3428216bfd550.tar.bz2 |
am 31195f0b: Merge "Update aosp/master llvm for rebase to r233350"
* commit '31195f0bdca6ee2a5e72d07edf13e1d81206d949':
Update aosp/master llvm for rebase to r233350
Diffstat (limited to 'test/CodeGen/Thumb2/constant-islands-new-island-padding.ll')
-rw-r--r-- | test/CodeGen/Thumb2/constant-islands-new-island-padding.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/Thumb2/constant-islands-new-island-padding.ll b/test/CodeGen/Thumb2/constant-islands-new-island-padding.ll index 991b043..c2a2c06 100644 --- a/test/CodeGen/Thumb2/constant-islands-new-island-padding.ll +++ b/test/CodeGen/Thumb2/constant-islands-new-island-padding.ll @@ -15,22 +15,22 @@ declare i32 @llvm.arm.space(i32, i32) define i32 @testpadding(i32 %a) { entry: - %0 = load i32* @g0, align 4 + %0 = load i32, i32* @g0, align 4 %add = add nsw i32 %0, 12 store i32 %add, i32* @g0, align 4 - %1 = load double* @d0, align 8 + %1 = load double, double* @d0, align 8 %add1 = fadd double %1, 0x3FF3C0B8ED46EACB store double %add1, double* @d0, align 8 %tmpcall11 = call i32 @llvm.arm.space(i32 28, i32 undef) call void @foo20(i32 191) - %2 = load float* @f0, align 4 + %2 = load float, float* @f0, align 4 %add2 = fadd float %2, 0x3FF3C0BDC0000000 store float %add2, float* @f0, align 4 br label %do.body do.body: ; preds = %do.body, %entry tail call void @foo20(i32 19) - %3 = load i32* @g1, align 4 + %3 = load i32, i32* @g1, align 4 %tobool = icmp eq i32 %3, 0 br i1 %tobool, label %do.end, label %do.body |