| commit | 7ece716da2061bd01dcaf29e8e384f1c0722bf8a | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Sep 06 23:51:44 2010 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Sep 06 23:51:44 2010 +0000 |
| tree | 4bb7234f11580767bc0dc9e5298bc0c4011d0f80 | |
| parent | 25f9ea6f0a18f2c153456e4dc98e6e6748cd63ac [diff] |
"sldt <mem>" is ambiguous in 64-bit mode, but should always be disambiguated as sldtw. sldtw and sldtq with a mem operands have the same effect, but sldtw is more compact. Force it to sldtw, resolving rdar://8017530 llvm-svn: 113186