llvm-ar: Clean up memory management with OwningPtr.
[oota-llvm.git] / test / CodeGen / MSP430 / AddrMode-bis-rx.ll
index 4f9a7248bbf13b2fee4973f6b60e5581d7ab99fe..c7ecb5ab853f8798dc4082bf9422261d58a7a8a5 100644 (file)
@@ -32,7 +32,7 @@ define i8 @am3(i8 %x, i16 %n) nounwind {
 ; CHECK:               bis.b   bar(r14), r15
 
 define i16 @am4(i16 %x) nounwind {
-       %1 = volatile load i16* inttoptr(i16 32 to i16*)
+       %1 = load volatile i16* inttoptr(i16 32 to i16*)
        %2 = or i16 %1,%x
        ret i16 %2
 }