From: Anton Korobeynikov Date: Sat, 22 Dec 2007 14:27:49 +0000 (+0000) Subject: Unbreak build on gcc 3.x X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=860b25a61178232fd34270826a24d084efb408e4;p=oota-llvm.git Unbreak build on gcc 3.x git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45315 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineLoopInfo.h b/include/llvm/CodeGen/MachineLoopInfo.h index 4102b90681c..166fc6b30f1 100644 --- a/include/llvm/CodeGen/MachineLoopInfo.h +++ b/include/llvm/CodeGen/MachineLoopInfo.h @@ -70,9 +70,6 @@ inline bool LoopBase::isLCSSAForm() const { return false; } -EXTERN_TEMPLATE_INSTANTIATION(class LoopBase); -EXTERN_TEMPLATE_INSTANTIATION(class LoopInfoBase); - typedef LoopBase MachineLoop; class MachineLoopInfo : public MachineFunctionPass {