[asan-asm-instrumentation] Fixed memory references which includes %rsp as a base...
authorYuri Gorshenin <ygorshenin@google.com>
Mon, 13 Oct 2014 09:37:47 +0000 (09:37 +0000)
committerYuri Gorshenin <ygorshenin@google.com>
Mon, 13 Oct 2014 09:37:47 +0000 (09:37 +0000)
commiteba0a96f8e4bc9fcdda408634914e86970f1cc1c
tree1bab44529bb6aa3eb12c4990238dcfc6f661e8ad
parent5adece02b6d0f29aef09e45863c2d37ba5ff0c6b
[asan-asm-instrumentation] Fixed memory references which includes %rsp as a base or an index register.

Summary: [asan-asm-instrumentation] Fixed memory references which includes %rsp as a base or an index register.

Reviewers: eugenis

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D5599

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219602 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
test/Instrumentation/AddressSanitizer/X86/asm_rsp_mem_op.s [new file with mode: 0644]