aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-22 18:51:19 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-22 18:51:19 +0000
commit774b864f0e7f3812e7daddf8553649e995ce040a (patch)
tree5aeb357faadfe1b6bd5328baebb2cf7ba3340309 /lib
parent5df3ad8b7ac9d676d357ed015946f6756d9181f4 (diff)
downloadexternal_llvm-774b864f0e7f3812e7daddf8553649e995ce040a.zip
external_llvm-774b864f0e7f3812e7daddf8553649e995ce040a.tar.gz
external_llvm-774b864f0e7f3812e7daddf8553649e995ce040a.tar.bz2
Update comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/IntrinsicLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/IntrinsicLowering.cpp b/lib/CodeGen/IntrinsicLowering.cpp
index 03ceedd..e75291d 100644
--- a/lib/CodeGen/IntrinsicLowering.cpp
+++ b/lib/CodeGen/IntrinsicLowering.cpp
@@ -358,7 +358,7 @@ void IntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
case Intrinsic::dbg_declare:
case Intrinsic::eh_exception:
case Intrinsic::eh_handlers:
- break; // Simply strip out debugging intrinsics
+ break; // Simply strip out debugging and eh intrinsics
case Intrinsic::memcpy_i32:
case Intrinsic::memcpy_i64: {