| commit | ea6f91ff64ad4e51e191485a02fa8d04906831bd | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Tue Jan 05 01:24:18 2010 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Tue Jan 05 01:24:18 2010 +0000 |
| tree | 9f3d92a83fc0039f7bf72a11115e5c530b2403db | |
| parent | f62be0c0a69f39addf6945866f61694b34fa3e14 [diff] |
Change SelectCode's argument from SDValue to SDNode *, to make it more
clear what information these functions are actually using.
This is also a micro-optimization, as passing a SDNode * around is
simpler than passing a { SDNode *, int } by value or reference.
llvm-svn: 92564