diff options
Diffstat (limited to 'test/CodeGen/X86/pr13458.ll')
-rw-r--r-- | test/CodeGen/X86/pr13458.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr13458.ll b/test/CodeGen/X86/pr13458.ll index 55548b3..426fd67 100644 --- a/test/CodeGen/X86/pr13458.ll +++ b/test/CodeGen/X86/pr13458.ll @@ -9,6 +9,6 @@ target triple = "x86_64-apple-darwin11.4.2" define void @MergeStats() nounwind { allocas: - %r.i.i720 = atomicrmw max i64* getelementptr inbounds (%v8_uniform_Stats.0.2.4.10* @globalStats, i64 0, i32 30), i64 0 seq_cst + %r.i.i720 = atomicrmw max i64* getelementptr inbounds (%v8_uniform_Stats.0.2.4.10, %v8_uniform_Stats.0.2.4.10* @globalStats, i64 0, i32 30), i64 0 seq_cst ret void } |