[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp SelectionDAG.cpp

Chris Lattner clattner at apple.com
Fri Apr 20 17:45:57 PDT 2007


> @@ -14,6 +14,7 @@
>  #include "llvm/CodeGen/SelectionDAG.h"
>  #include "llvm/Constants.h"
>  #include "llvm/GlobalValue.h"
> +#include "llvm/GlobalVariable.h"

Please drop the #include of GlobalValue since GlobalVariable.h brings  
it in.

-Chris



More information about the llvm-commits mailing list