[llvm-commits] [llvm] r134100 - /llvm/trunk/include/llvm/MC/MCInstrInfo.h
Evan Cheng
evan.cheng at apple.com
Wed Jun 29 14:58:38 PDT 2011
Author: evancheng
Date: Wed Jun 29 16:58:37 2011
New Revision: 134100
URL: http://llvm.org/viewvc/llvm-project?rev=134100&view=rev
Log:
Indentation
Modified:
llvm/trunk/include/llvm/MC/MCInstrInfo.h
Modified: llvm/trunk/include/llvm/MC/MCInstrInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCInstrInfo.h?rev=134100&r1=134099&r2=134100&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCInstrInfo.h (original)
+++ llvm/trunk/include/llvm/MC/MCInstrInfo.h Wed Jun 29 16:58:37 2011
@@ -25,7 +25,7 @@
///
class MCInstrInfo {
const MCInstrDesc *Desc; // Raw array to allow static init'n
- unsigned NumOpcodes; // Number of entries in the desc array
+ unsigned NumOpcodes; // Number of entries in the desc array
public:
/// InitMCInstrInfo - Initialize MCInstrInfo, called by TableGen
More information about the llvm-commits
mailing list