1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

add a new value for the command line optn

llvm-svn: 30165
This commit is contained in:
Chris Lattner 2006-09-07 22:32:28 +00:00
parent 6d59598acc
commit f4c05c3170

View File

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