More bundle related API additions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2012-01-19 07:47:03 +00:00
parent 3f9c251e40
commit ef2887d348
4 changed files with 62 additions and 1 deletions

View File

@@ -249,6 +249,11 @@ namespace llvm {
///
FunctionPass *createUnpackMachineBundlesPass();
/// createFinalizeMachineBundles - This pass finalize machine instruction
/// bundles (created earlier, e.g. during pre-RA scheduling).
///
FunctionPass *createFinalizeMachineBundlesPass();
} // End llvm namespace
#endif