summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/InlineFunction.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
commitdbeafa773a1b6a9545af248ffc902587f70ee457 (patch)
tree5bc79cae2617b128d4d165ff83a701083bff5656 /llvm/lib/Transforms/Utils/InlineFunction.cpp
parentce679ad89d11fef096c30514ab203e7d5149221e (diff)
downloadbcm5719-llvm-dbeafa773a1b6a9545af248ffc902587f70ee457.tar.gz
bcm5719-llvm-dbeafa773a1b6a9545af248ffc902587f70ee457.zip
Convert comments to proper Doxygen comments.
llvm-svn: 158248
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/InlineFunction.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/Utils/InlineFunction.cpp b/llvm/lib/Transforms/Utils/InlineFunction.cpp
index d2b167acb0e..9f8043d6fa8 100644
--- a/llvm/lib/Transforms/Utils/InlineFunction.cpp
+++ b/llvm/lib/Transforms/Utils/InlineFunction.cpp
@@ -43,10 +43,10 @@ bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI,
namespace {
/// A class for recording information about inlining through an invoke.
class InvokeInliningInfo {
- BasicBlock *OuterResumeDest; //< Destination of the invoke's unwind.
- BasicBlock *InnerResumeDest; //< Destination for the callee's resume.
- LandingPadInst *CallerLPad; //< LandingPadInst associated with the invoke.
- PHINode *InnerEHValuesPHI; //< PHI for EH values from landingpad insts.
+ BasicBlock *OuterResumeDest; ///< Destination of the invoke's unwind.
+ BasicBlock *InnerResumeDest; ///< Destination for the callee's resume.
+ LandingPadInst *CallerLPad; ///< LandingPadInst associated with the invoke.
+ PHINode *InnerEHValuesPHI; ///< PHI for EH values from landingpad insts.
SmallVector<Value*, 8> UnwindDestPHIValues;
public:
OpenPOWER on IntegriCloud