diff options
Diffstat (limited to 'contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h')
-rw-r--r-- | contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h b/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h index 92196f2..7b97744 100644 --- a/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h +++ b/contrib/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h @@ -1,4 +1,4 @@ -//===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ----------------===// +//===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -14,7 +14,6 @@ namespace llvm { class AsmPrinter; - class MCAsmInfo; class MCContext; class MCInst; class MCOperand; |