[llvm-commits] CVS: llvm/lib/Target/TargetSchedInfo.cpp
Alkis Evlogimenos
alkis at cs.uiuc.edu
Mon Sep 27 19:53:25 PDT 2004
Changes in directory llvm/lib/Target:
TargetSchedInfo.cpp updated: 1.19 -> 1.20
---
Log message:
Since we use alloca now make sure we include the proper headers for it.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Target/TargetSchedInfo.cpp
diff -u llvm/lib/Target/TargetSchedInfo.cpp:1.19 llvm/lib/Target/TargetSchedInfo.cpp:1.20
--- llvm/lib/Target/TargetSchedInfo.cpp:1.19 Mon Sep 27 21:47:38 2004
+++ llvm/lib/Target/TargetSchedInfo.cpp Mon Sep 27 21:53:15 2004
@@ -12,6 +12,7 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/Config/alloca.h"
#include "llvm/Target/TargetSchedInfo.h"
#include "llvm/Target/TargetMachine.h"
#include <algorithm>
More information about the llvm-commits
mailing list