aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectSimple.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 20:48:56 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 20:48:56 +0000
commit33f53b554acfff0b15f08d551fce5b0701b443c0 (patch)
tree2cdc18da9725e96aa5ce4e2e97c9d3b37d36a635 /lib/Target/X86/InstSelectSimple.cpp
parent6560b6b101635203068b0b32f544c2b3b577b59b (diff)
Minor renaming
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/InstSelectSimple.cpp')
-rw-r--r--lib/Target/X86/InstSelectSimple.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/X86/InstSelectSimple.cpp b/lib/Target/X86/InstSelectSimple.cpp
index 7ffbdb028a..083c88befe 100644
--- a/lib/Target/X86/InstSelectSimple.cpp
+++ b/lib/Target/X86/InstSelectSimple.cpp
@@ -36,9 +36,9 @@ namespace {
}
/// visitBasicBlock - This method is called when we are visiting a new basic
- /// block. This simply creates a new MBasicBlock to emit code into and adds
- /// it to the current MFunction. Subsequent visit* for instructions will be
- /// invoked for all instructions in the basic block.
+ /// block. This simply creates a new MachineBasicBlock to emit code into
+ /// and adds it to the current MachineFunction. Subsequent visit* for
+ /// instructions will be invoked for all instructions in the basic block.
///
void visitBasicBlock(BasicBlock &LLVM_BB) {
BB = new MachineBasicBlock();