Move the enum attributes defined in Attributes.h to a table-gen file.
[oota-llvm.git] / utils / TableGen / TableGenBackends.h
index 2dc03ce1e71e4e4650e00e1c2413cd36027c4a0e..d9dd3d157697beb54da5678d597bd8221591634d 100644 (file)
@@ -78,6 +78,7 @@ void EmitSubtarget(RecordKeeper &RK, raw_ostream &OS);
 void EmitMapTable(RecordKeeper &RK, raw_ostream &OS);
 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
 void EmitCTags(RecordKeeper &RK, raw_ostream &OS);
+void EmitAttributes(RecordKeeper &RK, raw_ostream &OS);
 
 } // End llvm namespace