| commit | 4238a89db8c57487a5c27b7ca60cb0fc3459df6b | [log] [tgz] |
|---|---|---|
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Aug 09 22:08:24 2012 +0000 |
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Thu Aug 09 22:08:24 2012 +0000 |
| tree | c157323c79de277bc24e8c532f40e7192c49273b | |
| parent | 4ac1d9e16006b8582840eb03899ebd9b2127e221 [diff] [blame] |
Don't modify MO while use_iterator is still pointing to it. llvm-svn: 161626
diff --git a/llvm/test/CodeGen/Mips/swzero.ll b/llvm/test/CodeGen/Mips/swzero.ll index 2441ca2..9f91a39 100644 --- a/llvm/test/CodeGen/Mips/swzero.ll +++ b/llvm/test/CodeGen/Mips/swzero.ll
@@ -4,6 +4,7 @@ define void @zero_u(%struct.unaligned* nocapture %p) nounwind { entry: +; CHECK: swl $zero ; CHECK: swr $zero %x = getelementptr inbounds %struct.unaligned* %p, i32 0, i32 0 store i32 0, i32* %x, align 1