Give each MCCFIInstruction its own opcode.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Nov 2012 03:10:54 +0000 (03:10 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 24 Nov 2012 03:10:54 +0000 (03:10 +0000)
commit7f74d2c2c197eec76ae2b41fed9c227c0dcc04cb
treec1be80df9ffb618cbbe5ff5dc7b3b56d3606dcb3
parent529a01df02ad221e8e55097a8ee36b85234eb078
Give each MCCFIInstruction its own opcode.
This untangles the switch cases of the old Move and RelMove opcodes a bit
and makes it clear how to add new instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168534 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCDwarf.h
lib/MC/MCDwarf.cpp
lib/MC/MCStreamer.cpp