diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-06-29 21:58:37 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-06-29 21:58:37 +0000 |
commit | 33b259f46cc281531c36b471862cb0853d2528df (patch) | |
tree | cc0205d0922967032234a5d17c25779e5ac1e8af | |
parent | fa6f5917af0ee34e6a8d6d6eaffe89024d5d7a04 (diff) |
Indentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134100 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/MC/MCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCInstrInfo.h b/include/llvm/MC/MCInstrInfo.h index 9b15825c8f..a63e5faf8f 100644 --- a/include/llvm/MC/MCInstrInfo.h +++ b/include/llvm/MC/MCInstrInfo.h @@ -25,7 +25,7 @@ namespace llvm { /// 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 |