1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix typo in comment.

llvm-svn: 129902
This commit is contained in:
Nick Lewycky 2011-04-21 01:54:08 +00:00
parent e5837f1317
commit 08fa5e5ed3

View File

@ -155,7 +155,7 @@ LTOModule *LTOModule::makeLTOModule(MemoryBuffer *buffer,
if (!march)
return NULL;
// construct LTModule, hand over ownership of module and target
// construct LTOModule, hand over ownership of module and target
SubtargetFeatures Features;
Features.getDefaultSubtargetFeatures("" /* cpu */, llvm::Triple(Triple));
std::string FeatureStr = Features.getString();