summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2017-02-02 22:55:55 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2017-02-02 22:55:55 +0000
commitfbd13c5c122f8525c73bf9663fdbf04738699f09 (patch)
treec3792b385a7b340913e08dea9244893f02f76912 /llvm/lib/Target/X86/X86InstrFMA3Info.cpp
parent0972183581fd8d2d713c477225dd72ed329f121e (diff)
downloadbcm5719-llvm-fbd13c5c122f8525c73bf9663fdbf04738699f09.tar.gz
bcm5719-llvm-fbd13c5c122f8525c73bf9663fdbf04738699f09.zip
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
llvm-svn: 293949
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrFMA3Info.cpp')
-rw-r--r--llvm/lib/Target/X86/X86InstrFMA3Info.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFMA3Info.cpp b/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
index db83497ee69..cb1629ab60f 100644
--- a/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
+++ b/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
@@ -16,6 +16,9 @@
#include "X86InstrInfo.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Threading.h"
+#include <cassert>
+#include <cstdint>
+
using namespace llvm;
/// This flag is used in the method llvm::call_once() used below to make the
OpenPOWER on IntegriCloud