Use Twin instead of std::to_string.
[oota-llvm.git] / test / CodeGen / X86 / lsr-nonaffine.ll
index d0d2bbd67cf6b838ccfedc29930af51e33b2e412..d825b5a76c09b195374985f53c650dc625145f28 100644 (file)
@@ -19,7 +19,7 @@ entry:
 
 loop:
   %i = phi i64 [ 0, %entry ], [ %i.next, %loop ]
-  volatile store i64 %i, i64* %p
+  store volatile i64 %i, i64* %p
   %i.next = add i64 %i, %s
   %c = icmp slt i64 %i.next, %n
   br i1 %c, label %loop, label %exit