Index: test/NaCl/Bitcode/no-structs.ll |
diff --git a/test/NaCl/Bitcode/no-structs.ll b/test/NaCl/Bitcode/no-structs.ll |
index 289cc119fb6d5b22d92d5aa6b2f1f03f6f4c83ba..87f5b721b00b4efba915bb8c2de6eeed5b1a7e7f 100644 |
--- a/test/NaCl/Bitcode/no-structs.ll |
+++ b/test/NaCl/Bitcode/no-structs.ll |
@@ -12,7 +12,7 @@ declare void @func() |
define void @CheckBitcastGlobal() { |
%1 = bitcast <{ [4 x i8], i32}>* @compound to i32* |
- %2 = load i32* %1, align 4 |
+ %2 = load i32, i32* %1, align 4 |
ret void |
} |