summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-06-17 21:44:15 +0000
committerBill Wendling <isanbard@gmail.com>2011-06-17 21:44:15 +0000
commit03cb993560adc3bbe3390bd21e4025a9b95b67d2 (patch)
tree69d39ceead4dc8325abe7358e87f7e688937bbc6 /llvm/lib/MC/MCAsmStreamer.cpp
parent6f7315b0ca088e0d5ecd1091fbae99348f1ec901 (diff)
downloadbcm5719-llvm-03cb993560adc3bbe3390bd21e4025a9b95b67d2.tar.gz
bcm5719-llvm-03cb993560adc3bbe3390bd21e4025a9b95b67d2.zip
Disable for another investigation.
llvm-svn: 133299
Diffstat (limited to 'llvm/lib/MC/MCAsmStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCAsmStreamer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp
index eabf4c44b2d..858228f3de4 100644
--- a/llvm/lib/MC/MCAsmStreamer.cpp
+++ b/llvm/lib/MC/MCAsmStreamer.cpp
@@ -1605,6 +1605,7 @@ MCStreamer *llvm::createAsmStreamer(MCContext &Context,
bool useCFI, MCInstPrinter *IP,
MCCodeEmitter *CE, TargetAsmBackend *TAB,
bool ShowInst) {
+#if 0
ExceptionHandling::ExceptionsType ET =
Context.getAsmInfo().getExceptionHandlingType();
@@ -1612,7 +1613,7 @@ MCStreamer *llvm::createAsmStreamer(MCContext &Context,
(ET == ExceptionHandling::SjLj || ET == ExceptionHandling::DwarfCFI))
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);
}
OpenPOWER on IntegriCloud