summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/OptimizePHIs.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-06-30 22:38:42 +0000
committerCraig Topper <craig.topper@intel.com>2018-06-30 22:38:42 +0000
commit84199deb173515aac7feaee2b036c8f80925d756 (patch)
tree72fdfe495d9aaa421f53461709d50654338cc69f /llvm/lib/CodeGen/OptimizePHIs.cpp
parent731740744f84d23315cb8eec80e83b4f0680faad (diff)
downloadbcm5719-llvm-84199deb173515aac7feaee2b036c8f80925d756.tar.gz
bcm5719-llvm-84199deb173515aac7feaee2b036c8f80925d756.zip
[X86] Move the X86InstrFMA3Info class into the cpp file. Expose only a getFMA3Group free function. NFCI
The class only exists to hold a DenseMap and is only created as a ManagedStatic. It used to expose a single static method that outside code was expected to use. This patch moves that static function out of the class and moves it implementation into the cpp file. It can now access the ManagedStatic directly by name without the need for the other static method that accessed the ManagedStatic. llvm-svn: 336055
Diffstat (limited to 'llvm/lib/CodeGen/OptimizePHIs.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud