| commit | 6fddb536853c6485bf8dcbc9dd5d04cf9045cc6d | [log] [tgz] |
|---|---|---|
| author | Dylan McKay <me@dylanmckay.io> | Fri Nov 09 23:17:59 2018 +0000 |
| committer | Dylan McKay <me@dylanmckay.io> | Fri Nov 09 23:17:59 2018 +0000 |
| tree | df399bc8102c47682ea6497533e2317ff37cdb56 | |
| parent | f2e65f863617d1e0cd5aa6e10718272999a28836 [diff] |
[AVR] Reorder the CHECK lines in directmem.ll to match current trunk
In r346432 ("[DAGCombine] Improve alias analysis for chain of independent stores"),
the order of ldi/sts blocks changed.
The new IR is equivalent to the old IR.
This patch updates the test to fix the test suite.
llvm-svn: 346565