diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-24 06:41:40 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-08-24 06:41:40 +0000 |
commit | 75dca84c7fa2489913be9b069652097e8bb664d1 (patch) | |
tree | b446481017ec9163d8c021a9f7ab7f08f3f6dca1 /llvm/lib | |
parent | 98aa7797c38968c9515d15c1cf75f63d8f52ab04 (diff) | |
download | bcm5719-llvm-75dca84c7fa2489913be9b069652097e8bb664d1.tar.gz bcm5719-llvm-75dca84c7fa2489913be9b069652097e8bb664d1.zip |
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
llvm-svn: 16014
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp b/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp index e5f40736038..948276b102f 100644 --- a/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/llvm/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. |