mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 23:17:16 +00:00
Revert commit 93204, since it causes the assembler to barf
on x86-64 linux with messages like this: Error: Incorrect register `%r14' used with `l' suffix git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -14,7 +14,7 @@ fast:
|
||||
%t1 = mul i32 %t0, %s
|
||||
%t2 = sub i32 %t1, %s
|
||||
%t3 = and i32 %t2, %s
|
||||
%t4 = or i32 %t3, %s
|
||||
%t4 = xor i32 %t3, 3
|
||||
%t5 = xor i32 %t4, %s
|
||||
%t6 = add i32 %t5, 2
|
||||
%t7 = getelementptr i32* %y, i32 1
|
||||
|
||||
Reference in New Issue
Block a user