Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Dec 2010 01:42:56 +0000 (01:42 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 29 Dec 2010 01:42:56 +0000 (01:42 +0000)
commitb40a71fda188f8ca564e606ac2cb051a44ada311
treec5b9de2657ce0ad1c46c8960b1f5a8a654bf3b95
parente562dba845265b5577699eb857fead1ea0f7905b
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
like 6 is a fixed point of that and so the previous tests were OK :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122614 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCStreamer.h
lib/MC/MCDwarf.cpp
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCStreamer.cpp
test/MC/ELF/cfi-def-cfa.s [new file with mode: 0644]