OSDN Git Service

avoid calling the virtual isMoveInstr method endlessly by caching its results.
authorChris Lattner <sabre@nondot.org>
Thu, 31 Aug 2006 05:54:43 +0000 (05:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Aug 2006 05:54:43 +0000 (05:54 +0000)
commit91725b75852443923b419fd23215194cfc65dd88
tree1b1b142392d69e754a0ecd2accbf26f67c5edecf
parentb495fb0e8c856f3f4494a125bbc369248e2e3197
avoid calling the virtual isMoveInstr method endlessly by caching its results.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29994 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp