diff options
author | Zachary Turner <zturner@google.com> | 2015-10-22 20:39:59 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-10-22 20:39:59 +0000 |
commit | 1c4059a0c430881111c0b2c51cf98fc7fb559eec (patch) | |
tree | e178b88c11b437dfe084f84140b1eacb38b71df3 /llvm/lib/Transforms | |
parent | 0d933e0b2720152c86adb9d3d5f10821d28b17b6 (diff) | |
download | bcm5719-llvm-1c4059a0c430881111c0b2c51cf98fc7fb559eec.tar.gz bcm5719-llvm-1c4059a0c430881111c0b2c51cf98fc7fb559eec.zip |
Python 3 porting - Wrap returns from map() in list()
Under Python 2 this has no effect, since map() returns a list.
In Python 3 map() returns an iterable, so wrapping in a list is
necessary to keep the same semantics.
llvm-svn: 251060
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions