mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 14:07:32 +00:00
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
llvm-svn: 16014
This commit is contained in:
parent
ae3378f354
commit
e91606291d
@ -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…
Reference in New Issue
Block a user