summaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicInst.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-09 20:02:42 +0000
committerChris Lattner <sabre@nondot.org>2006-03-09 20:02:42 +0000
commit59bcce5ae52afff2ba4840bfa630b20e8ff4ddb2 (patch)
tree4ecd42e6344403d8bfeb3707990ae19e3761d595 /include/llvm/IntrinsicInst.h
parent8a5343989b934dc16a39c8e44ac95f013d34acea (diff)
downloadllvm-59bcce5ae52afff2ba4840bfa630b20e8ff4ddb2.tar.gz
llvm-59bcce5ae52afff2ba4840bfa630b20e8ff4ddb2.tar.bz2
llvm-59bcce5ae52afff2ba4840bfa630b20e8ff4ddb2.tar.xz
remove dbg_declare, it's not used yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/IntrinsicInst.h')
-rw-r--r--include/llvm/IntrinsicInst.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/IntrinsicInst.h b/include/llvm/IntrinsicInst.h
index 775726d42a..847b06d7bb 100644
--- a/include/llvm/IntrinsicInst.h
+++ b/include/llvm/IntrinsicInst.h
@@ -76,7 +76,6 @@ namespace llvm {
case Intrinsic::dbg_region_start:
case Intrinsic::dbg_region_end:
case Intrinsic::dbg_func_start:
- case Intrinsic::dbg_declare:
return true;
default: return false;
}