From 9baa9ad7c725a8981ecb980e2f899992d1bc6772 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Oct 2002 01:21:55 +0000 Subject: Inline some methods from .cpp files into .h files, minor cleanups llvm-svn: 4313 --- llvm/lib/CodeGen/MachineBasicBlock.cpp | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp') diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index 92dc79b598b..1b78d7a90b1 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/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) -{} - -- cgit v1.2.3