From: Duraid Madina Date: Thu, 29 Dec 2005 05:59:19 +0000 (+0000) Subject: purity++ X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f65d917f71690dfc0e10f8d8d7672f3c2a84837e;p=oota-llvm.git purity++ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25041 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp index c39f0cd5614..3ad59d77ee4 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp @@ -26,6 +26,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include +#include #include using namespace llvm;