diff options
Diffstat (limited to 'llvm/unittests/Support')
| -rw-r--r-- | llvm/unittests/Support/ScaledNumberTest.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/unittests/Support/ScaledNumberTest.cpp b/llvm/unittests/Support/ScaledNumberTest.cpp index 2565873ea8d..7bbef7e4e58 100644 --- a/llvm/unittests/Support/ScaledNumberTest.cpp +++ b/llvm/unittests/Support/ScaledNumberTest.cpp @@ -323,9 +323,6 @@ TEST(ScaledNumberHelpersTest, compare) { } TEST(ScaledNumberHelpersTest, matchScales) { - typedef std::tuple<uint32_t, int16_t, uint32_t, int16_t> Pair32; - typedef std::tuple<uint64_t, int16_t, uint64_t, int16_t> Pair64; - #define MATCH_SCALES(T, LDIn, LSIn, RDIn, RSIn, LDOut, RDOut, SOut) \ do { \ T LDx = LDIn; \ |

