Use FuncInfo's isExportedInst accessor method instead of
authorDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 03:57:05 +0000 (03:57 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 1 Jul 2010 03:57:05 +0000 (03:57 +0000)
commitc6f00e701e744fdf73508d47ff0cc75817ba8474
tree34d28c162252600f70692f910d784af08c45aea4
parentffda6bac113d4c079b534b1bfa7aea5498ee3e83
Use FuncInfo's isExportedInst accessor method instead of
doing the work manually.

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