Debug info: Get rid of the VLA indirection hack in FastISel.
authorAdrian Prantl <aprantl@apple.com>
Wed, 18 Sep 2013 22:08:59 +0000 (22:08 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 18 Sep 2013 22:08:59 +0000 (22:08 +0000)
commit0a4371a2073d8841768cf3e8cf65601a8d7cc4fc
treeeed35444b6249b58112877ed7f057dae4120ac6f
parent51279d45f787758acca1a885f9cb979c5b0033cc
Debug info: Get rid of the VLA indirection hack in FastISel.
Use the DIVariable::isIndirect() flag set by the frontend instead of
guessing whether to set the machine location's indirection bit.
Paired commit with CFE.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190961 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MachineLocation.h
lib/CodeGen/SelectionDAG/FastISel.cpp
test/DebugInfo/X86/op_deref.ll
test/DebugInfo/X86/vla.ll