diff options
author | Peter Smith <peter.smith@linaro.org> | 2017-07-05 10:15:46 +0000 |
---|---|---|
committer | Peter Smith <peter.smith@linaro.org> | 2017-07-05 10:15:46 +0000 |
commit | 283b9f2de38736c15144c9a5c529bf8ce6ec3475 (patch) | |
tree | 8a112b4c8a60f965a3945fde6c7b2743e5055cce /llvm/lib/CodeGen/MachineInstr.cpp | |
parent | fa2376427886a1ad404f1c4b3a1da38c7822d656 (diff) | |
download | bcm5719-llvm-283b9f2de38736c15144c9a5c529bf8ce6ec3475.tar.gz bcm5719-llvm-283b9f2de38736c15144c9a5c529bf8ce6ec3475.zip |
[ELF] Fix Windows build error
Attempt to fix Windows buildbots From 307131 Replaced return {ET, false};
with return std::make_pair(ET, false);
llvm-svn: 307137
Diffstat (limited to 'llvm/lib/CodeGen/MachineInstr.cpp')
0 files changed, 0 insertions, 0 deletions