Enable "debug info attached to an instruction" mode.

llvm-svn: 83928
This commit is contained in:
Devang Patel 2009-10-12 23:31:25 +00:00
parent 9da3cc2b2d
commit 5b294f4330
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include "llvm/Support/ValueHandle.h"
#include <list>
#define ATTACH_DEBUG_INFO_TO_AN_INSN 1
namespace llvm {
class Module;
class Constant;