From 2d395d9f656366f0f7c41c397a56bfcc3f24675a Mon Sep 17 00:00:00 2001
From: Jim Laskey
The context is eitehr the subprogram or block where the variable is defined. +
The context is either the subprogram or block where the variable is defined. Name the source variable name. Compile unit and line indicate where the variable was defined. Type descriptor defines the declared type of the variable.
@@ -801,10 +801,11 @@ ending. void %llvm.dbg.declare( { } *, { }* ) -This intrinsic provides information about a local element (ex. variable.) -The first argument as a AllocA for the variable cast to a { }*. The second -argument is the %llvm.dbg.variable -containing the description of the variable, also cast to a { }*.
+This intrinsic provides information about a local element (ex. variable.) The +first argument is the alloca for the variable, cast to a { }*. The +second argument is the %llvm.dbg.variable containing the description +of the variable, also cast to a { }*.
-- 2.34.1