commit | 1ddf664f743f3c8d2ff220888386a9b84396dcab | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Feb 24 23:01:21 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Feb 24 23:01:21 2002 +0000 |
tree | ea8b236c27ef4974372cbc2c3cf6ed15b8b85da6 | |
parent | 04bb837cc0edf2f1908a0ec9b04989598a13cc6a [diff] [blame] |
Make it compile with GCC 3.0.4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1786 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/LiveVar/BBLiveVar.cpp b/lib/Analysis/LiveVar/BBLiveVar.cpp index 1468301..c6b8a3b 100644 --- a/lib/Analysis/LiveVar/BBLiveVar.cpp +++ b/lib/Analysis/LiveVar/BBLiveVar.cpp
@@ -10,6 +10,7 @@ #include "llvm/BasicBlock.h" #include "llvm/Support/CFG.h" #include "Support/SetOperations.h" +#include <iostream> /// BROKEN: Should not include sparc stuff directly into here #include "../../Target/Sparc/SparcInternals.h" // Only for PHI defn