Remove trailing semicolon.

llvm-svn: 136690
This commit is contained in:
Roman Divacky 2011-08-02 15:54:03 +00:00
parent 7453a0dcd6
commit 126f9bf639

View File

@ -99,7 +99,7 @@ static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
if (Triple(TT).isOSDarwin())
return createMachOStreamer(Ctx, MAB, OS, Emitter, RelaxAll);
return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);;
return createELFStreamer(Ctx, MAB, OS, Emitter, RelaxAll, NoExecStack);
}
static MCInstPrinter *createPPCMCInstPrinter(const Target &T,