diff options
author | Mark Seaborn <mrs@mythic-beasts.com> | 2012-08-23 16:33:28 -0700 |
---|---|---|
committer | Mark Seaborn <mrs@mythic-beasts.com> | 2012-08-23 16:33:28 -0700 |
commit | 745ca5f2685c11476d9d1ad86bb3f83754130227 (patch) | |
tree | 0ef039285cc59fb720821009be1a752fa9d4cec0 /lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | |
parent | 8a9f83838bcd7aded2e6e77e45e6d345f574bed4 (diff) |
Remove the llvm.nacl.thread.stack.padding 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.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2904
TEST=run_stack_alignment_test
Review URL: https://chromiumcodereview.appspot.com/10874034
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 1c357ef375..b6f2ff410d 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_THREAD_STACK_PADDING: return "nacl_thread_stack_padding"; 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"; |