Make some opcode tables static and const. Allows code to avoid making copies to pass...
authorCraig Topper <craig.topper@gmail.com>
Thu, 24 May 2012 05:17:00 +0000 (05:17 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 24 May 2012 05:17:00 +0000 (05:17 +0000)
commit51f50c110651cedebdb7194e5e686d3a27dcce4e
tree29dfd6dad295e34e8ef43bd7ebd23ac82c8de7fd
parent175e6f75fbf87b1c7ec489fc4140d8143b285755
Make some opcode tables static and const. Allows code to avoid making copies to pass the tables around.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelDAGToDAG.cpp