From 2ff1e67346aa93fba6f4d09ac04d0e96243d4fd2 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 24 Aug 2004 06:41:40 +0000 Subject: [PATCH] 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 --- lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index e5f40736038..948276b102f 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.