diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-15 05:30:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-15 05:30:52 +0000 |
commit | 438949aa9d95877a7815ae1a0139c63f0f6d533d (patch) | |
tree | 78d62bdd94f3513c5317cb3934ff36710ea504eb /utils/TableGen/CodeGenDAGPatterns.cpp | |
parent | d53886bb488fbef11b8083d7e99bcf53a51861a0 (diff) |
fold immediates into stores in simple cases, this produces diffs like
this:
- movl $0, %eax
- movl %eax, _yy_n_chars
+ movl $0, _yy_n_chars
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenDAGPatterns.cpp')
0 files changed, 0 insertions, 0 deletions