mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 20:26:05 +00:00
tidy up
llvm-svn: 112385
This commit is contained in:
parent
d1ca3e145f
commit
d39d2aad3f
@ -303,7 +303,8 @@ static int AssembleInput(const char *ProgName) {
|
||||
MCCodeEmitter *CE = 0;
|
||||
if (ShowEncoding)
|
||||
CE = TheTarget->createCodeEmitter(*TM, Ctx);
|
||||
Str.reset(createAsmStreamer(Ctx, *Out,TM->getTargetData()->isLittleEndian(),
|
||||
Str.reset(createAsmStreamer(Ctx, *Out,
|
||||
TM->getTargetData()->isLittleEndian(),
|
||||
/*asmverbose*/true, IP, CE, ShowInst));
|
||||
} else if (FileType == OFT_Null) {
|
||||
Str.reset(createNullStreamer(Ctx));
|
||||
|
Loading…
x
Reference in New Issue
Block a user