diff options
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index e5f4073603..948276b102 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -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. |