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

Unified Diff: include/llvm/IR/Intrinsics.td

Issue 14643019: Use Intrinsic::getDeclaration to obtain the nacl_read_tp intrinsic (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Updated description Created 7 years, 7 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 | « no previous file | lib/Transforms/NaCl/ExpandTls.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/llvm/IR/Intrinsics.td
diff --git a/include/llvm/IR/Intrinsics.td b/include/llvm/IR/Intrinsics.td
index f9f662929b8ad0ba53df1f958c073f97473699d7..b8f3997e9c9d0db99c363bd89bb281ec341deb04 100644
--- a/include/llvm/IR/Intrinsics.td
+++ b/include/llvm/IR/Intrinsics.td
@@ -479,8 +479,7 @@ def int_nacl_longjmp : Intrinsic<[], [llvm_ptr_ty, llvm_i32_ty],
[IntrNoReturn]>;
// Fast built-in version of NaCl's tls_get() IRT interface.
-def int_nacl_read_tp : Intrinsic<[llvm_ptr_ty], [], [IntrNoMem]>,
- GCCBuiltin<"__builtin_nacl_read_tp">;
+def int_nacl_read_tp : Intrinsic<[llvm_ptr_ty], [], [IntrNoMem]>;
// The following intrinsics provide target-specific implementations of
// the interface in native_client/src/untrusted/nacl/tls_params.h.
« no previous file with comments | « no previous file | lib/Transforms/NaCl/ExpandTls.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698