diff options
Diffstat (limited to 'llvm/lib/Target/Sparc/SparcInstrSelection.cpp')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrSelection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp index cff0a845c2f..7054ae9c44d 100644 --- a/llvm/lib/Target/Sparc/SparcInstrSelection.cpp +++ b/llvm/lib/Target/Sparc/SparcInstrSelection.cpp @@ -25,7 +25,7 @@ #include "llvm/iOther.h" #include "llvm/BasicBlock.h" #include "llvm/Function.h" -#include "llvm/ConstantVals.h" +#include "llvm/Constants.h" #include "Support/MathExtras.h" #include <math.h> using std::vector; |