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
This commit is contained in:
Chris Lattner 2006-09-07 22:32:28 +00:00
parent cdb341dcfa
commit 2dd538c2d2

View File

@ -24,7 +24,7 @@ class Module;
class X86Subtarget : public TargetSubtarget {
public:
enum AsmWriterFlavorTy {
att, intel
att, intel, unset
};
protected: