Removed spurious EnablePPCRS check.
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.h
index 9a5d1423f647383b38369826b186e14a37227aa3..d9dd2753571acab54ea46e82b41c5fa52e7b848d 100644 (file)
@@ -25,7 +25,8 @@ namespace llvm {
     explicit X86TargetAsmInfo(const X86TargetMachine &TM);
     
     virtual bool ExpandInlineAsm(CallInst *CI) const;
-    virtual unsigned PreferredEHDataFormat(unsigned Reason,  bool Global) const;
+    virtual unsigned PreferredEHDataFormat(DwarfEncoding::Target Reason,
+                                           bool Global) const;
 
   private:
     const X86TargetMachine* X86TM;