diff options
author | Derek Schuff <dschuff@chromium.org> | 2012-08-24 14:02:12 -0700 |
---|---|---|
committer | Derek Schuff <dschuff@chromium.org> | 2012-08-24 14:02:12 -0700 |
commit | c4d12e6c99fcc1d28b46f43cd85c5e3abc88edc0 (patch) | |
tree | 50b1660125a5b936c21364c403a9f83e12581607 /include/llvm/CodeGen/ISDOpcodes.h | |
parent | 745ca5f2685c11476d9d1ad86bb3f83754130227 (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/ISDOpcodes.h')
-rw-r--r-- | include/llvm/CodeGen/ISDOpcodes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h index 68fcb3e17b..2d8181cf6a 100644 --- a/include/llvm/CodeGen/ISDOpcodes.h +++ b/include/llvm/CodeGen/ISDOpcodes.h @@ -641,7 +641,6 @@ namespace ISD { // NACL_* - Native Client instrinsics. // These correspond to functions in: // native_client/src/untrusted/nacl/tls_params.h - NACL_TP_ALIGN, NACL_TP_TLS_OFFSET, NACL_TP_TDB_OFFSET, // Expands to the target architecture enumeration value. |