mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 22:28:22 +00:00
Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146548 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12dfdb424d
commit
e08db65c48
@ -6151,6 +6151,11 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
|
||||
case ISD::SETLT: return "setlt";
|
||||
case ISD::SETLE: return "setle";
|
||||
case ISD::SETNE: return "setne";
|
||||
|
||||
case ISD::SETTRUE: return "settrue";
|
||||
case ISD::SETTRUE2: return "settrue2";
|
||||
case ISD::SETFALSE: return "setfalse";
|
||||
case ISD::SETFALSE2: return "setfalse2";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user