Add newline at end of file to remove gcc warning.

llvm-svn: 77791
This commit is contained in:
Nick Lewycky
2009-08-01 19:09:44 +00:00
parent c10898ce3e
commit 04e3a30a21

View File

@@ -33,4 +33,4 @@ void XCoreTargetObjectFile::Initialize(MCContext &Ctx, const TargetMachine &TM){
else
ReadOnlySection = getOrCreateSection("\t.cp.rodata", false,
SectionKind::ReadOnly);
}
}