diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 01:41:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 01:41:47 +0000 |
commit | 55291ead559c902e46ddcebad50dbfefe50ec2d6 (patch) | |
tree | cb8aca6db856c3ca6a02a625c517a35ce07adc28 /lib/CodeGen/MachineBasicBlock.cpp | |
parent | 32be9f6cd4e8803e169eee827afb548b85c24ace (diff) |
Rename MachineCodeForBasicBlock to MachineBasicBlock
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4318 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r-- | lib/CodeGen/MachineBasicBlock.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp index 1b78d7a90b..666d5477b3 100644 --- a/lib/CodeGen/MachineBasicBlock.cpp +++ b/lib/CodeGen/MachineBasicBlock.cpp @@ -1,10 +1,10 @@ -//===-- MachineCodeForBasicBlock.cpp --------------------------------------===// +//===-- MachineBasicBlock.cpp ---------------------------------------------===// // // Collect the sequence of machine instructions for a basic block. // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/MachineCodeForBasicBlock.h" +#include "llvm/CodeGen/MachineBasicBlock.h" AnnotationID MCFBB_AID( AnnotationManager::getID("CodeGen::MachineBasicBlock")); |