Skip to content

Commit

Permalink
80-column fixup.
Browse files Browse the repository at this point in the history
llvm-svn: 231088
  • Loading branch information
echristo committed Mar 3, 2015
1 parent 1859025 commit 43768e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/lib/Target/MSP430/MSP430Subtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ using namespace llvm;

void MSP430Subtarget::anchor() { }

MSP430Subtarget &MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
MSP430Subtarget &
MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) {
ParseSubtargetFeatures("generic", FS);
return *this;
}
Expand Down

0 comments on commit 43768e3

Please sign in to comment.