commit | 114cb60a374b64457c0fc530e38551c9c204987d | [log] [tgz] |
---|---|---|
author | Sanjay Patel <spatel@rotateright.com> | Thu Nov 09 18:14:24 2017 +0000 |
committer | Sanjay Patel <spatel@rotateright.com> | Thu Nov 09 18:14:24 2017 +0000 |
tree | 96fed9b35a0b6b3cf27039f8a2c74f55a92ee547 | |
parent | d28baf618325d42f1615186394dd5b0a183235d6 [diff] |
[Reassociate] don't name values "tmp"; NFCI The toxic stew of created values named 'tmp' and tests that already have values named 'tmp' and CHECK lines looking for values named 'tmp' causes bad things to happen in our test line auto-generation scripts because it wants to use 'TMP' as a prefix for unnamed values. Use less 'tmp' to avoid that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317818 91177308-0d34-0410-b5e6-96231b3b80d8