mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Fold the adjust_trampoline intrinsic into
init_trampoline. There is now only one trampoline intrinsic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41841 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3643,8 +3643,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const {
|
||||
case ISD::DEBUG_LOC: return "debug_loc";
|
||||
|
||||
// Trampolines
|
||||
case ISD::ADJUST_TRAMP: return "adjust_tramp";
|
||||
case ISD::TRAMPOLINE: return "trampoline";
|
||||
case ISD::TRAMPOLINE: return "trampoline";
|
||||
|
||||
case ISD::CONDCODE:
|
||||
switch (cast<CondCodeSDNode>(this)->get()) {
|
||||
|
||||
Reference in New Issue
Block a user