Chromium Code Reviews| Index: test/NaCl/X86/pic-nacl-x8632.ll |
| diff --git a/test/NaCl/X86/pic-nacl-x8632.ll b/test/NaCl/X86/pic-nacl-x8632.ll |
| index 95897c52aad81fecc6c1281e02aa7da92522343d..eded4026888bf4626771947bec340727647df021 100644 |
| --- a/test/NaCl/X86/pic-nacl-x8632.ll |
| +++ b/test/NaCl/X86/pic-nacl-x8632.ll |
| @@ -7,7 +7,7 @@ |
| define void @test0() nounwind { |
| entry: |
| store i32* @dst, i32** @ptr |
| - %tmp.s = load i32* @src |
| + %tmp.s = load i32, i32* @src |
| store i32 %tmp.s, i32* @dst |
| ret void |
| ; CHECK-LABEL: test0: |