From: Chris Lattner Date: Thu, 7 Sep 2006 22:32:28 +0000 (+0000) Subject: add a new value for the command line optn X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2dd538c2d27ac6ff4dbbe221a6199a1f8e12c8bc;p=oota-llvm.git add a new value for the command line optn git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30165 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86Subtarget.h b/lib/Target/X86/X86Subtarget.h index 84e5e296121..b373be61afa 100644 --- a/lib/Target/X86/X86Subtarget.h +++ b/lib/Target/X86/X86Subtarget.h @@ -24,7 +24,7 @@ class Module; class X86Subtarget : public TargetSubtarget { public: enum AsmWriterFlavorTy { - att, intel + att, intel, unset }; protected: