1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

80-column fixup.

llvm-svn: 231088
This commit is contained in:
Eric Christopher 2015-03-03 17:54:39 +00:00
parent 34a636c32a
commit 3126a12618

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