[mips] Access $at only if necessary.
[oota-llvm.git] / test / MC / Mips / mips-expansions.s
index af80ccaa788f075c4dae8f3c3284b28cd08e465a..9925609ecd16a58782c4ace157b867962283f138 100644 (file)
@@ -44,7 +44,9 @@
     la $a0, 20($a1)
     la $7,65538($8)
 
+    .set noat
     lw  $t2, symbol($a0)
+    .set at
     sw  $t2, symbol($t1)
 
     lw  $t2, 655483($a0)