diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-21 04:10:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-21 04:10:24 +0000 |
commit | 175d04c90f059c21024c6ff64c1385c66f483118 (patch) | |
tree | 33c1298da95c264bca9af9b9cec2362b58d383a3 | |
parent | 7fe9cc1dd538f1ea414e99a2efd891ffec086ea1 (diff) | |
download | bcm5719-llvm-175d04c90f059c21024c6ff64c1385c66f483118.tar.gz bcm5719-llvm-175d04c90f059c21024c6ff64c1385c66f483118.zip |
tidy
llvm-svn: 84738
-rw-r--r-- | llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h index 3981a961dff..492513768b2 100644 --- a/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h +++ b/llvm/lib/Target/ARM/AsmPrinter/ARMInstPrinter.h @@ -51,7 +51,7 @@ public: void printAddrModePCOperand(const MCInst *MI, unsigned OpNum, const char *Modifier = 0); - void printBitfieldInvMaskImmOperand (const MCInst *MI, unsigned OpNum); + void printBitfieldInvMaskImmOperand(const MCInst *MI, unsigned OpNum); void printThumbITMask(const MCInst *MI, unsigned OpNum) {} void printThumbAddrModeRROperand(const MCInst *MI, unsigned OpNum) {} |