diff options
Diffstat (limited to 'lib/Target/BPF/InstPrinter/BPFInstPrinter.h')
-rw-r--r-- | lib/Target/BPF/InstPrinter/BPFInstPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/BPF/InstPrinter/BPFInstPrinter.h b/lib/Target/BPF/InstPrinter/BPFInstPrinter.h index cb074713cce59..adcaff6869331 100644 --- a/lib/Target/BPF/InstPrinter/BPFInstPrinter.h +++ b/lib/Target/BPF/InstPrinter/BPFInstPrinter.h @@ -37,6 +37,6 @@ public: void printInstruction(const MCInst *MI, raw_ostream &O); static const char *getRegisterName(unsigned RegNo); }; -} // namespace llvm +} #endif |