add a new value for the command line optn
authorChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 22:32:28 +0000 (22:32 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 22:32:28 +0000 (22:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30165 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.h

index 84e5e296121423fd65c919590d40b0a193bba59b..b373be61afaa35ba8d126f49ae76c57f76a27f35 100644 (file)
@@ -24,7 +24,7 @@ class Module;
 class X86Subtarget : public TargetSubtarget {
 public:
   enum AsmWriterFlavorTy {
-    att, intel
+    att, intel, unset
   };
 
 protected: