From c4d12e6c99fcc1d28b46f43cd85c5e3abc88edc0 Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Fri, 24 Aug 2012 14:02:12 -0700 Subject: Remove llvm.nacl.tp.alignment intrinsic This intrinsic is no longer used by untrusted code's libpthread. Instead the system (the IRT and/or TCB) is responsible for aligning the stack in new threads. R= jvoung@chromium.org,sehr@chromium.org BUG= http://code.google.com/p/nativeclient/issues/detail?id=2924 TEST=run_stack_alignment_test Review URL: https://chromiumcodereview.appspot.com/10871069 --- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp') 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"; -- cgit v1.2.3-18-g5258