commit | 6ae46c4c8757237bca2b78b589c96c37015bc356 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Feb 09 07:15:23 2006 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Feb 09 07:15:23 2006 +0000 |
tree | a71ea141df781a7843b7540c399ed8e7bc9a3f29 | |
parent | 2d99c81ff0c7bca700275093d0c48b6d1512c639 [diff] |
More changes to reduce frame size. Move all getTargetNode() out of SelectionDAG.h into SelectionDAG.cpp. This prevents them from being inlined. Change getTargetNode() so they return SDNode * instead of SDOperand to prevent copying. It should also help compilation speed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26083 91177308-0d34-0410-b5e6-96231b3b80d8