Do not find these ugly sparc-specific objects by using the annotation API on
authorChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 18:52:17 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Jun 2004 18:52:17 +0000 (18:52 +0000)
commit4e7244e68e617f6ba23e547fdf2593eeee2af8f2
treeff107db7d5a8787593caff2cb4d8977dbe19afbb
parentea104df2b1e6fb56f589b7380777e040e887c416
Do not find these ugly sparc-specific objects by using the annotation API on
instructions.  Instead, keep a map of instructions -> MCFI objects in the
already sparc-specific class MachineFunctionInfo.  This will slow down the
sparc backend a bit, but it does not penalize the rest of LLVM!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14438 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineCodeForInstruction.cpp