| commit | 9db5da2b631f9b9427505a66be8c90620e7124b5 | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Tue Oct 24 14:32:52 2017 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Tue Oct 24 14:32:52 2017 +0000 |
| tree | e0a5e2f8fd010fdd51ef197617d9370a9e3c1513 | |
| parent | 103cca1af77763e54d9a0b4fb0e03295a9f68417 [diff] |
[utils] make retq/retl regex an option that is off by default Ideally, we should compare 32- and 64-bit versions to see if the ret line is the only difference and then insert the regex only in that case. But this is a quick hack to avoid a bunch of noise as existing tests are updated. llvm-svn: 316443