Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: include/llvm/Intrinsics.td

Issue 10874034: Remove the llvm.nacl.thread.stack.padding intrinsic (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/llvm/CodeGen/ISDOpcodes.h ('k') | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/Intrinsics.td
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index d3960ecb34b5787c7eae85c637982cb18872b6cb..2b3ca54e4dcf59033d6d7b9e5e0445014feb0c7d 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -466,9 +466,6 @@ def int_nacl_tp_tls_offset : Intrinsic<[llvm_i32_ty], [llvm_i32_ty]>,
GCCBuiltin<"__builtin_nacl_tp_tls_offset">;
def int_nacl_tp_tdb_offset : Intrinsic<[llvm_i32_ty], [llvm_i32_ty]>,
GCCBuiltin<"__builtin_nacl_tp_tdb_offset">;
-def int_nacl_thread_stack_padding :
- Intrinsic<[llvm_i32_ty], []>,
- GCCBuiltin<"__builtin_nacl_thread_stack_padding">;
// The following intrinsic provides a target-specific constant value to
// indicate the target platform compiled to. The enum values are enumerated
« no previous file with comments | « include/llvm/CodeGen/ISDOpcodes.h ('k') | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698