diff options
| author | Alexander Kornienko <alexfh@google.com> | 2015-06-23 09:49:53 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2015-06-23 09:49:53 +0000 |
| commit | f00654e31b984a8021db6444537093121607d8cf (patch) | |
| tree | 0dc684b2147f965f61d7a28c799a4be8d93bbddb /llvm/lib/Target/MSP430/MSP430.h | |
| parent | b76cb044f1a982e29015fe21906f35d2d7736c5f (diff) | |
| download | bcm5719-llvm-f00654e31b984a8021db6444537093121607d8cf.tar.gz bcm5719-llvm-f00654e31b984a8021db6444537093121607d8cf.zip | |
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Apparently, the style needs to be agreed upon first.
llvm-svn: 240390
Diffstat (limited to 'llvm/lib/Target/MSP430/MSP430.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430.h b/llvm/lib/Target/MSP430/MSP430.h index 302012e1b14..796f2523312 100644 --- a/llvm/lib/Target/MSP430/MSP430.h +++ b/llvm/lib/Target/MSP430/MSP430.h @@ -30,7 +30,7 @@ namespace MSP430CC { COND_INVALID = -1 }; -} // namespace MSP430CC +} namespace llvm { class MSP430TargetMachine; @@ -42,6 +42,6 @@ namespace llvm { FunctionPass *createMSP430BranchSelectionPass(); -} // namespace llvm +} // end namespace llvm; #endif |

