aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-06 05:32:17 +0000
committerChris Lattner <sabre@nondot.org>2004-01-06 05:32:17 +0000
commitb4ebc04945cb0478fd2a055cea2443c6e79bcc4f (patch)
tree08c9cd6ea17d37350581c0e4236a8f38418982cb
parentcdf31c662a64c6588a95cf353319943f8230ca6f (diff)
downloadexternal_llvm-b4ebc04945cb0478fd2a055cea2443c6e79bcc4f.zip
external_llvm-b4ebc04945cb0478fd2a055cea2443c6e79bcc4f.tar.gz
external_llvm-b4ebc04945cb0478fd2a055cea2443c6e79bcc4f.tar.bz2
add new intrinsic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10700 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Intrinsics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.h b/include/llvm/Intrinsics.h
index f55c9c0..6dfe776 100644
--- a/include/llvm/Intrinsics.h
+++ b/include/llvm/Intrinsics.h
@@ -42,6 +42,7 @@ namespace Intrinsic {
dbg_region_start, // Start of a region
dbg_region_end, // End of a region
dbg_func_start, // Start of a function
+ dbg_declare, // Declare a local object
//===------------------------------------------------------------------===//
// This section defines intrinsic functions used to represent Alpha