mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Record variable debug info at ISel time directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79742 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -502,12 +502,6 @@ namespace ISD {
|
||||
DBG_LABEL,
|
||||
EH_LABEL,
|
||||
|
||||
// DECLARE - Represents a llvm.dbg.declare intrinsic. It's used to track
|
||||
// local variable declarations for debugging information. First operand is
|
||||
// a chain, while the next two operands are first two arguments (address
|
||||
// and variable) of a llvm.dbg.declare instruction.
|
||||
DECLARE,
|
||||
|
||||
// STACKSAVE - STACKSAVE has one operand, an input chain. It produces a
|
||||
// value, the same type as the pointer type for the system, and an output
|
||||
// chain.
|
||||
|
Reference in New Issue
Block a user