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 | 77ec04c656364965d1100eee6576a506a5f3c341 (patch) | |
| tree | 88807b542511c618dafd9a156166f324d36dcdd9 /llvm | |
| parent | a82064ca27b5852349a974c7f7e833a464077c3c (diff) | |
| download | bcm5719-llvm-77ec04c656364965d1100eee6576a506a5f3c341.tar.gz bcm5719-llvm-77ec04c656364965d1100eee6576a506a5f3c341.zip | |
Indentation
llvm-svn: 134100
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/MC/MCInstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCInstrInfo.h b/llvm/include/llvm/MC/MCInstrInfo.h index 9b15825c8f2..a63e5faf8f9 100644 --- a/llvm/include/llvm/MC/MCInstrInfo.h +++ b/llvm/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 |

