mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Unbreak build on gcc 3.x
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
64ddbe48e1
commit
860b25a611
@ -70,9 +70,6 @@ inline bool LoopBase<MachineBasicBlock>::isLCSSAForm() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
EXTERN_TEMPLATE_INSTANTIATION(class LoopBase<MachineBasicBlock>);
|
||||
EXTERN_TEMPLATE_INSTANTIATION(class LoopInfoBase<MachineBasicBlock>);
|
||||
|
||||
typedef LoopBase<MachineBasicBlock> MachineLoop;
|
||||
|
||||
class MachineLoopInfo : public MachineFunctionPass {
|
||||
|
Loading…
x
Reference in New Issue
Block a user