Move function to obtain branch weights into the BranchInst class. NFC.
[oota-llvm.git] / include / llvm / TableGen / Main.h
index 6b51e20146d745d268c3a9b4270acdf306ab4bfb..866b9868deb557a7a364d738a0fff7192993f8ce 100644 (file)
@@ -23,7 +23,6 @@ class raw_ostream;
 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
 
 int TableGenMain(char *argv0, TableGenMainFn *MainFn);
-
 }
 
 #endif