diff options
author | Jim Laskey <jlaskey@mac.com> | 2007-02-22 18:51:19 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2007-02-22 18:51:19 +0000 |
commit | 5cbb4262abff5a6ae9a8046971e2e04e723b9e44 (patch) | |
tree | c9796a9a10bc7341214ccd0758b3e040a5734a07 /llvm/lib/CodeGen/IntrinsicLowering.cpp | |
parent | 66aa84d12f4b1cb623b84f764d998da816f0706e (diff) | |
download | bcm5719-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.cpp | 2 |
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: { |