| Index: test/NaCl/X86/asm_memory.ll
|
| diff --git a/test/NaCl/X86/asm_memory.ll b/test/NaCl/X86/asm_memory.ll
|
| index af08d364f94dfe3cf7a738ad1731d5ff78a7d922..91aad00172eeb0633edf2bfae36e0db08cd07f19 100644
|
| --- a/test/NaCl/X86/asm_memory.ll
|
| +++ b/test/NaCl/X86/asm_memory.ll
|
| @@ -4,7 +4,7 @@
|
| ; CHECK: func:
|
| define void @func(i32* %i) {
|
| entry:
|
| - %0 = load i32* %i, align 4
|
| + %0 = load i32, i32* %i, align 4
|
| ; Check that the inline asm expression is correctly transformed to NaCl
|
| ; pseudo-segment memory operand syntax.
|
| ; CHECK: movl %e{{[a-z]+}}, %e[[REG:[a-z]{2}]]
|
|
|