diff options
Diffstat (limited to 'test/CodeGen/X86/i486-fence-loop.ll')
-rw-r--r-- | test/CodeGen/X86/i486-fence-loop.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/i486-fence-loop.ll b/test/CodeGen/X86/i486-fence-loop.ll index d809619..96ed056 100644 --- a/test/CodeGen/X86/i486-fence-loop.ll +++ b/test/CodeGen/X86/i486-fence-loop.ll @@ -16,9 +16,9 @@ entry: br label %while.body while.body: - %0 = load volatile i32* %addr, align 4 + %0 = load volatile i32, i32* %addr, align 4 fence seq_cst - %1 = load volatile i32* %addr, align 4 + %1 = load volatile i32, i32* %addr, align 4 %cmp = icmp sgt i32 %1, %0 br i1 %cmp, label %while.body, label %if.then |