mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1b7eb145e
commit
2ff1e67346
@ -456,7 +456,7 @@ void SparcV9RegInfo::colorMethodArgs(const Function *Meth,
|
||||
//
|
||||
if( isArgInReg ) {
|
||||
if( regClassIDOfArgReg != RegClassID ) {
|
||||
assert(0 && "This could should work but it is not tested yet");
|
||||
// NOTE: This code has not been well-tested.
|
||||
|
||||
// It is a variable argument call: the float reg must go in a %o reg.
|
||||
// We have to move an int reg to a float reg via memory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user