summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorLouis Gerbarg <lgg@apple.com>2014-06-16 20:31:50 +0000
committerLouis Gerbarg <lgg@apple.com>2014-06-16 20:31:50 +0000
commitdcf00251ea2aedd8e40ea645d09efbd9f7c8b19a (patch)
tree280f23bf8a0d0edec22a4997849b95faf5f51e02 /llvm/test/DebugInfo
parentc7bc52596f5a978feada4f2f8cbc0639f7b06b2c (diff)
downloadbcm5719-llvm-dcf00251ea2aedd8e40ea645d09efbd9f7c8b19a.tar.gz
bcm5719-llvm-dcf00251ea2aedd8e40ea645d09efbd9f7c8b19a.zip
Improve comments for r211040
Added comment to clarify why we r211040 choose to bail out of fast isel instead of generating a more complicated relocation, and fix mislabelled register in the comments of the asan test case. llvm-svn: 211052
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/X86/debug-loc-asan.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-loc-asan.ll b/llvm/test/DebugInfo/X86/debug-loc-asan.ll
index 8730cf9d361..0e02c678717 100644
--- a/llvm/test/DebugInfo/X86/debug-loc-asan.ll
+++ b/llvm/test/DebugInfo/X86/debug-loc-asan.ll
@@ -9,7 +9,7 @@
; }
; with "clang++ -S -emit-llvm -fsanitize=address -O0 -g test.cc"
-; First, argument variable "y" resides in %rdi:
+; First, argument variable "y" resides in %rdx:
; CHECK: DEBUG_VALUE: bar:y <- RDX
; Then its address is stored in a location on a stack:
@@ -21,7 +21,7 @@
; CHECK: .Ldebug_loc{{[0-9]+}}:
; We expect two location ranges for the variable.
-; First, it is stored in %rdi:
+; First, it is stored in %rdx:
; CHECK: .Lset{{[0-9]+}} = .Lfunc_begin0-.Lfunc_begin0
; CHECK-NEXT: .quad .Lset{{[0-9]+}}
; CHECK-NEXT: .Lset{{[0-9]+}} = [[START_LABEL]]-.Lfunc_begin0
OpenPOWER on IntegriCloud