diff options
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. |