summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 01:21:55 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 01:21:55 +0000
commit51a8d8528135ba4e3e4cf7cd711a9e47b19078a3 (patch)
tree1d8da498a45a40f2bea7c0812dc7ad7cf4d387d3 /lib/CodeGen/MachineBasicBlock.cpp
parent6b9445389a226b4ac97ceb89a34ee1a5bf921714 (diff)
downloadllvm-51a8d8528135ba4e3e4cf7cd711a9e47b19078a3.tar.gz
llvm-51a8d8528135ba4e3e4cf7cd711a9e47b19078a3.tar.bz2
llvm-51a8d8528135ba4e3e4cf7cd711a9e47b19078a3.tar.xz
Inline some methods from .cpp files into .h files, minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--lib/CodeGen/MachineBasicBlock.cpp13
1 files changed, 4 insertions, 9 deletions
diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp
index 92dc79b598..1b78d7a90b 100644
--- a/lib/CodeGen/MachineBasicBlock.cpp
+++ b/lib/CodeGen/MachineBasicBlock.cpp
@@ -1,8 +1,8 @@
-//===-- llvm/CodeGen/MachineCodeForBasicBlock.cpp ---------------*- C++ -*--=//
+//===-- MachineCodeForBasicBlock.cpp --------------------------------------===//
//
-// Purpose:
-// Collect the sequence of machine instructions for a basic block.
-//===---------------------------------------------------------------------===//
+// Collect the sequence of machine instructions for a basic block.
+//
+//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/MachineCodeForBasicBlock.h"
@@ -21,8 +21,3 @@ static struct MCFBBInitializer {
}
} RegisterCreateMCFBB;
-
-MachineBasicBlock::MachineBasicBlock()
- : Annotation(MCFBB_AID)
-{}
-