summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-29 18:57:23 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-29 18:57:23 +0000
commitb139323f217ac3414950454047a9057801dc096f (patch)
tree4c0426cc4f656e92b254c38a48090e0a0b97c3ae /llvm/lib/CodeGen/MIRParser/MILexer.h
parentfbe9c04c5f72cf3eca39793aafc92071ef13c046 (diff)
downloadbcm5719-llvm-b139323f217ac3414950454047a9057801dc096f.tar.gz
bcm5719-llvm-b139323f217ac3414950454047a9057801dc096f.zip
MIR Serialization: Serialize the '.cfi_def_cfa' CFI instruction.
llvm-svn: 243554
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MILexer.h')
-rw-r--r--llvm/lib/CodeGen/MIRParser/MILexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.h b/llvm/lib/CodeGen/MIRParser/MILexer.h
index 7693c1015d8..31c3575bba9 100644
--- a/llvm/lib/CodeGen/MIRParser/MILexer.h
+++ b/llvm/lib/CodeGen/MIRParser/MILexer.h
@@ -51,6 +51,7 @@ struct MIToken {
kw_cfi_offset,
kw_cfi_def_cfa_register,
kw_cfi_def_cfa_offset,
+ kw_cfi_def_cfa,
kw_blockaddress,
kw_target_index,
OpenPOWER on IntegriCloud