Add an option that allows one to "decode" the LSDA.
[oota-llvm.git] / lib / Target / PTX / PTXTargetMachine.cpp
index 1b737c9d86344f129eaf80f64d23e34e1e4911b5..31ed09c3e9c7e7c741de723fce37183cbcdc7fff 100644 (file)
@@ -27,7 +27,8 @@ namespace llvm {
                                    MCInstPrinter *InstPrint,
                                    MCCodeEmitter *CE,
                                    TargetAsmBackend *TAB,
-                                   bool ShowInst);
+                                   bool ShowInst,
+                                   bool DecodeLSDA);
 }
 
 extern "C" void LLVMInitializePTXTarget() {