diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-12 15:31:05 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-04-12 15:31:05 +0000 |
commit | c57543964d1382d3d3a5005f415b6c0f49671b3a (patch) | |
tree | 15e9606cf460a36ae1f6567aa0ff2e8be08a3e80 /include/llvm/MC/MCStreamer.h | |
parent | 18bba84d7782e978caebddbd98b39e555c63b4dc (diff) |
Implement .cfi_same_value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129361 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCStreamer.h')
-rw-r--r-- | include/llvm/MC/MCStreamer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCStreamer.h b/include/llvm/MC/MCStreamer.h index 4fdbc44b25..1bd573e17c 100644 --- a/include/llvm/MC/MCStreamer.h +++ b/include/llvm/MC/MCStreamer.h @@ -446,6 +446,7 @@ namespace llvm { virtual bool EmitCFILsda(const MCSymbol *Sym, unsigned Encoding); virtual bool EmitCFIRememberState(); virtual bool EmitCFIRestoreState(); + void EmitCFISameValue(int64_t Register); /// EmitInstruction - Emit the given @p Instruction into the current /// section. |