Unbreak the MSVC build.
authorFrancois Pichet <pichet2000@gmail.com>
Sat, 29 Jan 2011 20:06:16 +0000 (20:06 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Sat, 29 Jan 2011 20:06:16 +0000 (20:06 +0000)
The DEBUG() call at line 606 demands to see raw_ostream's definition. I have no idea why this seems to only break MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124545 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/TailRecursionElimination.cpp

index 50d4cc33171312065923e3d9b5856b573fdb53ee..5b6bc04cc1c2dff3641cedd902c046bd710ccd70 100644 (file)
@@ -67,6 +67,7 @@
 #include "llvm/Support/CallSite.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/ADT/Statistic.h"
 #include "llvm/ADT/STLExtras.h"
 using namespace llvm;