diff options
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index b6f2ff410d..66f87b4ba0 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -314,7 +314,6 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { // @LOCALMOD-BEGIN // NaCl intrinsics for TLS setup - case ISD::NACL_TP_ALIGN: return "nacl_tp_alignment"; case ISD::NACL_TP_TLS_OFFSET: return "nacl_tls_offset"; case ISD::NACL_TP_TDB_OFFSET: return "nacl_tdb_offset"; case ISD::NACL_TARGET_ARCH: return "nacl_target_arch"; |