1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Asserting here is to violent

llvm-svn: 23814
This commit is contained in:
Chris Lattner 2005-10-19 01:55:23 +00:00
parent 800f5628d5
commit 2a81cf4395

View File

@ -462,7 +462,9 @@ static unsigned char getIntrinsicType(Record *R, bool NotRegisters,
// Pattern fragment types will be resolved when they are inlined.
return MVT::isUnknown;
} else if (R->isSubClassOf("Register")) {
assert(0 && "Explicit registers not handled here yet!\n");
//const CodeGenTarget &T = TP.getDAGISelEmitter().getTargetInfo();
// TODO: if a register appears in exactly one regclass, we could use that
// type info.
return MVT::isUnknown;
} else if (R->isSubClassOf("ValueType")) {
// Using a VTSDNode.