When not destroying the source, the linker is not remapping the types. Added support
[oota-llvm.git] / include / llvm / InitializePasses.h
index 565b64b438aea21dd61f2063aa759edd7a1efcc0..ce87f16c2ec653965471364015cef0f233930493 100644 (file)
@@ -231,6 +231,7 @@ void initializeUnreachableMachineBlockElimPass(PassRegistry&);
 void initializeVerifierPass(PassRegistry&);
 void initializeVirtRegMapPass(PassRegistry&);
 void initializeInstSimplifierPass(PassRegistry&);
+void initializeUnpackMachineBundlesPass(PassRegistry&);
 
 }