[lldb-instr] Don't print REGISTER macro when RECORD is already present

Currently we'd always print the LLDB_REGISTER macro, even if the
LLDB_RECORD macro was already present. This patches changes that to make
it easier to incrementally update the macros.

Note that it's still possible for the RECORD and REGISTER macros to get
out of sync.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@354400 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed