mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145171 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
%0 = volatile load i32* @g_407, align 4 ; <i32> [#uses=1]
|
||||
%0 = load volatile i32* @g_407, align 4 ; <i32> [#uses=1]
|
||||
%1 = trunc i32 %0 to i8 ; <i8> [#uses=1]
|
||||
%2 = tail call i32 @func_45(i8 zeroext %1) nounwind ; <i32> [#uses=0]
|
||||
ret i32 0
|
||||
|
Reference in New Issue
Block a user