OSDN Git Service

Fix ASAN error caused by commit r364512.
authorRumeet Dhindsa <rdhindsa@google.com>
Thu, 27 Jun 2019 23:37:04 +0000 (23:37 +0000)
committerRumeet Dhindsa <rdhindsa@google.com>
Thu, 27 Jun 2019 23:37:04 +0000 (23:37 +0000)
commitcf66538c755246bc7df4b1a93a4c667e3a33618e
treec8f950074c347a731fefc57c3e6d21f0051aa2c6
parent17947255384dbaa060865e2c5481839f30c206df
Fix ASAN error caused by commit r364512.

This patch intends to fix ASAN stack-use-after-scope error.
This is at least a short-term fix to unbreak LLVM's mainline.

Differential Revision: https://reviews.llvm.org/D63905

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364611 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/IRTranslator.cpp