DwarfDebug: Don't set frame index locations on abstract variables.
authorDavid Blaikie <dblaikie@gmail.com>
Wed, 14 May 2014 22:51:59 +0000 (22:51 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Wed, 14 May 2014 22:51:59 +0000 (22:51 +0000)
commitdc3725862b05d4f3f070feefadf3a6a46ebf272c
tree325a4ea6b910b277e42cffc6666d7f215199250b
parent3f62ac3ac1267376c3c7ed10bd53a40b4f024ce9
DwarfDebug: Don't set frame index locations on abstract variables.

Abstract variables should never have/use locations. In this case the
data wasn't used, so no functional change intended here, just
simplification.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp