Fix builds on Windows broken in r264598.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Mon, 28 Mar 2016 18:54:58 +0000 (18:54 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Mon, 28 Mar 2016 18:54:58 +0000 (18:54 +0000)
llvm-svn: 264618

llvm/include/llvm/Target/TargetCallingConv.h

index e906f1c..c2b79fc 100644 (file)
@@ -18,7 +18,7 @@
 #include "llvm/Support/DataTypes.h"
 #include "llvm/Support/MathExtras.h"
 #include <string>
-#include <limits>
+#include <climits>
 
 namespace llvm {
 
@@ -142,7 +142,7 @@ namespace ISD {
     /// Index original Function's argument.
     unsigned OrigArgIndex;
     /// Sentinel value for implicit machine-level input arguments.
-    static const unsigned NoArgIndex = std::numeric_limits<uint32_t>::max();
+    static const unsigned NoArgIndex = UINT_MAX;
 
     /// Offset in bytes of current input value relative to the beginning of
     /// original argument. E.g. if argument was splitted into four 32 bit