mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-31 15:53:42 +00:00
Asserting here is to violent
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23814 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
14c09b81ea
commit
ab1bf27be5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user