Jinsong Ji 7f7d70d248 [llvm-exegesis][NFC] Some code style cleanup
Apply review comments of https://reviews.llvm.org/D54185 to other target as well, specifically:

1. make anonymous namespaces as small as possible, avoid using static inside anonymous namespaces
2. Add missing header to some files
3. GetLoadImmediateOpcodem-> getLoadImmediateOpcode
4. Fix typo

Differential Revision: https://reviews.llvm.org/D54343



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347309 91177308-0d34-0410-b5e6-96231b3b80d8
2018-11-20 14:41:59 +00:00
..