diff options
Diffstat (limited to 'llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp')
| -rw-r--r-- | llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp b/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp index 653b3abaccf..a50e2fd2b98 100644 --- a/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp +++ b/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp @@ -88,8 +88,6 @@ private: char AVRExpandPseudo::ID = 0; -} // end of anonymous namespace - bool AVRExpandPseudo::expandMBB(MachineBasicBlock &MBB) { bool Modified = false; @@ -1424,6 +1422,8 @@ bool AVRExpandPseudo::expandMI(Block &MBB, BlockIt MBBI) { return false; } +} // end of anonymous namespace + namespace llvm { FunctionPass *createAVRExpandPseudoPass() { return new AVRExpandPseudo(); } |

