Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Unified Diff: test/NaCl/PNaClABI/abi-i1-operations.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/NaCl/PNaClABI/abi-i1-operations.ll
diff --git a/test/NaCl/PNaClABI/abi-i1-operations.ll b/test/NaCl/PNaClABI/abi-i1-operations.ll
index 7669c706f0e015e4dd899524adbf70aa7b7493e8..585fce3a047bf0f2b599207355e3ce8b33265140 100644
--- a/test/NaCl/PNaClABI/abi-i1-operations.ll
+++ b/test/NaCl/PNaClABI/abi-i1-operations.ll
@@ -35,10 +35,10 @@ define internal void @rejected_cases(i32 %ptr) {
; CHECK: disallowed: bad result type: i1* %ptr.p = inttoptr
%vptr.p = inttoptr i32 %ptr to <4 x i1>*
; CHECK: disallowed: bad result type: <4 x i1>* %vptr.p = inttoptr
- load i1* %ptr.p, align 1
-; CHECK-NEXT: disallowed: bad pointer: {{.*}} load i1*
- load <4 x i1>* %vptr.p, align 4
-; CHECK-NEXT: disallowed: bad pointer: {{.*}} load <4 x i1>*
+ load i1, i1* %ptr.p, align 1
+; CHECK-NEXT: disallowed: bad pointer: {{.*}} load i1, i1*
+ load <4 x i1>, <4 x i1>* %vptr.p, align 4
+; CHECK-NEXT: disallowed: bad pointer: {{.*}} load <4 x i1>, <4 x i1>*
; Check that we don't allow weird sizes.
add i31 0, 0

Powered by Google App Engine
This is Rietveld 408576698