1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[NFC][InstCombine] Negator: include all the needed headers, IWYU

This commit is contained in:
Roman Lebedev 2020-08-05 20:11:48 +03:00
parent 9d97444457
commit 48d27e2425

View File

@ -43,6 +43,8 @@
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Transforms/InstCombine/InstCombiner.h"
#include <cassert>
#include <cstdint>
#include <functional>
#include <tuple>
#include <type_traits>