[SystemZ] Optimize sign-extends of vector setccs
[oota-llvm.git] / lib / CodeGen / EdgeBundles.cpp
index a7aba89b87f3958b179c65810bed11588431a40a..3bb04657b58a5c67cc49eebd94a1aa21e283db34 100644 (file)
@@ -77,7 +77,7 @@ void EdgeBundles::view() const {
 /// Specialize WriteGraph, the standard implementation won't work.
 raw_ostream &llvm::WriteGraph(raw_ostream &O, const EdgeBundles &G,
                               bool ShortNames,
-                              const std::string &Title) {
+                              const Twine &Title) {
   const MachineFunction *MF = G.getMachineFunction();
 
   O << "digraph {\n";