80-column fixup.

llvm-svn: 231088
This commit is contained in:
Eric Christopher 2015-03-03 17:54:39 +00:00
parent 1859025df8
commit 43768e311c
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}