diff options
author | Dale Johannesen <dalej@apple.com> | 2009-02-04 22:47:25 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2009-02-04 22:47:25 +0000 |
commit | 4d452de1506344bf1d28bb4a8c4ddb78c51a28c8 (patch) | |
tree | 5b7644cb0658d094afb0caa658d7fb266d6a88c6 /include/llvm/Intrinsics.h | |
parent | d0a203d76f4ef77ae1c392e8e73e2f05b676a5f2 (diff) |
Reverting 63765. This broke the build of both clang
and llvm-gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.h')
-rw-r--r-- | include/llvm/Intrinsics.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h index 243359953b..b15b021f40 100644 --- a/include/llvm/Intrinsics.h +++ b/include/llvm/Intrinsics.h @@ -63,9 +63,6 @@ namespace Intrinsic { /// intrinsic. Function *getDeclaration(Module *M, ID id, const Type **Tys = 0, unsigned numTys = 0); - - /// Map a GCC builtin name to an intrinsic ID. - ID getIntrinsicForGCCBuiltin(const char *Prefix, const char *BuiltinName); } // End Intrinsic namespace |