diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-18 19:39:31 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2016-10-18 19:39:31 +0000 |
commit | 4c2582ad78abe764b2786a34d7432980449d09f5 (patch) | |
tree | 97b9b89e3475e709ac0f90fa6d4b63a65d6b63c1 /llvm/lib/Target/X86/X86InstrFMA3Info.cpp | |
parent | ee042234ae183c4defc2d036e2c2be1e16640a8c (diff) | |
download | bcm5719-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.cpp | 1 |
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. |