diff options
author | Devang Patel <dpatel@apple.com> | 2011-07-07 17:45:33 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-07-07 17:45:33 +0000 |
commit | bf8cc60d1b4a4c4ba3013c6b6f77b98854817f6d (patch) | |
tree | 7e1131c5367cd8c1abbc4c8b1778c20ad12e7bc3 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | c46e3ce58c791a7e57930de053a097997a9622bf (diff) | |
download | llvm-bf8cc60d1b4a4c4ba3013c6b6f77b98854817f6d.zip llvm-bf8cc60d1b4a4c4ba3013c6b6f77b98854817f6d.tar.gz llvm-bf8cc60d1b4a4c4ba3013c6b6f77b98854817f6d.tar.bz2 |
If known DebugLocs do not match then two DBG_VALUE machine instructions are not identical. For example,
DBG_VALUE 3.310000e+02, 0, !"ds"; dbg:sse.stepfft.c:138:18 @[ sse.stepfft.c:32:10 ]
DBG_VALUE 3.310000e+02, 0, !"ds"; dbg:sse.stepfft.c:138:18 @[ sse.stepfft.c:31:10 ]
These two MIs represent identical value, 3.31..., for one variable, ds, but they are not identical because the represent two separate instances of inlined variable "ds".
llvm-svn: 134620
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions