commit | ac54897bffc47cf30c23cd6432baf3ec764fb88d | [log] [tgz] |
---|---|---|
author | Dale Johannesen <dalej@apple.com> | Wed Apr 07 19:51:44 2010 +0000 |
committer | Dale Johannesen <dalej@apple.com> | Wed Apr 07 19:51:44 2010 +0000 |
tree | a09787d9aa5c07cf57ef7740530223b37395394a | |
parent | bfcfff3acc4e79edab494d6b6f6e988de28a9d65 [diff] [blame] |
Educate GetInstrSizeInBytes implementations that DBG_VALUE does not generate code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100681 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.cpp b/lib/Target/ARM/ARMBaseInstrInfo.cpp index 1995f79..7c49374 100644 --- a/lib/Target/ARM/ARMBaseInstrInfo.cpp +++ b/lib/Target/ARM/ARMBaseInstrInfo.cpp
@@ -467,6 +467,7 @@ case TargetOpcode::KILL: case TargetOpcode::DBG_LABEL: case TargetOpcode::EH_LABEL: + case TargetOpcode::DBG_VALUE: return 0; } break;