about summary refs log tree commit diff
path: root/compiler/rustc_span
diff options
context:
space:
mode:
authorConnor Horman <chorman64@gmail.com>2022-05-16 20:15:06 -0400
committerConnor Horman <chorman64@gmail.com>2022-05-16 20:15:06 -0400
commit658be0d1cff1e84473f20f7301bf89d6d1249787 (patch)
tree8a57d9bc48faa2a259c1d81b73aa04f7262c78f5 /compiler/rustc_span
parentc52b9c10bfb5164015eb977ff498e0597ae63eb1 (diff)
downloadrust-658be0d1cff1e84473f20f7301bf89d6d1249787.tar.gz
rust-658be0d1cff1e84473f20f7301bf89d6d1249787.zip
Add tmm_reg clobbers
Diffstat (limited to 'compiler/rustc_span')
-rw-r--r--compiler/rustc_span/src/symbol.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index 2cc6eb03585..5c9c16350e4 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -1408,6 +1408,7 @@ symbols! {
         thread_local_macro,
         thumb2,
         thumb_mode: "thumb-mode",
+        tmm_reg,
         todo_macro,
         tool_attributes,
         tool_lints,