diff options
Diffstat (limited to 'lib/Target/X86/InstSelectSimple.cpp')
-rw-r--r-- | lib/Target/X86/InstSelectSimple.cpp | 6 |
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(); |