summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-10-18 19:39:31 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-10-18 19:39:31 +0000
commit4c2582ad78abe764b2786a34d7432980449d09f5 (patch)
tree97b9b89e3475e709ac0f90fa6d4b63a65d6b63c1 /llvm/lib/Target/X86/X86InstrFMA3Info.cpp
parentee042234ae183c4defc2d036e2c2be1e16640a8c (diff)
downloadbcm5719-llvm-4c2582ad78abe764b2786a34d7432980449d09f5.tar.gz
bcm5719-llvm-4c2582ad78abe764b2786a34d7432980449d09f5.zip
Reduce global namespace pollution. NFC.
llvm-svn: 284521
Diffstat (limited to 'llvm/lib/Target/X86/X86InstrFMA3Info.cpp')
-rw-r--r--llvm/lib/Target/X86/X86InstrFMA3Info.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFMA3Info.cpp b/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
index 7bd8415e9e4..db83497ee69 100644
--- a/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
+++ b/llvm/lib/Target/X86/X86InstrFMA3Info.cpp
@@ -16,6 +16,7 @@
#include "X86InstrInfo.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/Threading.h"
+using namespace llvm;
/// This flag is used in the method llvm::call_once() used below to make the
/// initialization of the map 'OpcodeToGroup' thread safe.
OpenPOWER on IntegriCloud