Commit ca66f89b by Mike Stump Committed by Mike Stump

* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.

From-SVN: r210128
parent 895a5cc0
2014-05-06 Mike Stump <mikestump@comcast.net>
* wide-int.h (wi::int_traits <HOST_WIDE_INT>): Always define.
2014-05-06 Joseph Myers <joseph@codesourcery.com>
* config/i386/sse.md (*mov<mode>_internal)
......
......@@ -1442,7 +1442,6 @@ namespace wi
struct int_traits <unsigned int>
: public primitive_int_traits <unsigned int, false> {};
#if HOST_BITS_PER_INT != HOST_BITS_PER_WIDE_INT
template <>
struct int_traits <HOST_WIDE_INT>
: public primitive_int_traits <HOST_WIDE_INT, true> {};
......@@ -1450,7 +1449,6 @@ namespace wi
template <>
struct int_traits <unsigned HOST_WIDE_INT>
: public primitive_int_traits <unsigned HOST_WIDE_INT, false> {};
#endif
}
namespace wi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment