From 6a144a2227f8aaf6d4c49bc22f5424a34b778166 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Nov 2011 06:54:59 +0000 Subject: Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic. llvm-svn: 145171 --- llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll') diff --git a/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll b/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll index 935c4c55f04..f35245bb2af 100644 --- a/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll +++ b/llvm/test/CodeGen/X86/2008-09-29-VolatileBug.ll @@ -6,7 +6,7 @@ define i32 @main() nounwind { entry: - %0 = volatile load i32* @g_407, align 4 ; [#uses=1] + %0 = load volatile i32* @g_407, align 4 ; [#uses=1] %1 = trunc i32 %0 to i8 ; [#uses=1] %2 = tail call i32 @func_45(i8 zeroext %1) nounwind ; [#uses=0] ret i32 0 -- cgit v1.2.3