summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/IntrinsicLowering.cpp
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
commit5cbb4262abff5a6ae9a8046971e2e04e723b9e44 (patch)
treec9796a9a10bc7341214ccd0758b3e040a5734a07 /llvm/lib/CodeGen/IntrinsicLowering.cpp
parent66aa84d12f4b1cb623b84f764d998da816f0706e (diff)
downloadbcm5719-llvm-5cbb4262abff5a6ae9a8046971e2e04e723b9e44.tar.gz
bcm5719-llvm-5cbb4262abff5a6ae9a8046971e2e04e723b9e44.zip
Update comment.
llvm-svn: 34502
Diffstat (limited to 'llvm/lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/IntrinsicLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/IntrinsicLowering.cpp b/llvm/lib/CodeGen/IntrinsicLowering.cpp
index 03ceedd1564..e75291dffa4 100644
--- a/llvm/lib/CodeGen/IntrinsicLowering.cpp
+++ b/llvm/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: {
OpenPOWER on IntegriCloud