Disable to investigate ARM failure.

llvm-svn: 133293
This commit is contained in:
Bill Wendling 2011-06-17 21:09:50 +00:00
parent b74b9de151
commit cc648ad092
1 changed files with 2 additions and 1 deletions

View File

@ -1606,10 +1606,11 @@ MCStreamer *llvm::createAsmStreamer(MCContext &Context,
bool useCFI, MCInstPrinter *IP,
MCCodeEmitter *CE, TargetAsmBackend *TAB,
bool ShowInst) {
#if 0
if (isVerboseAsm)
return new MCLSDADecoderAsmStreamer(Context, OS, isVerboseAsm, useLoc,
useCFI, IP, CE, TAB, ShowInst);
#endif
return new MCAsmStreamer(Context, OS, isVerboseAsm, useLoc, useCFI,
IP, CE, TAB, ShowInst);
}