|
|
@@ -36,7 +36,7 @@ cc_library(
|
|
|
"//common:check",
|
|
|
"//common:ostream",
|
|
|
"//toolchain/base:index_base",
|
|
|
- "//toolchain/base:int_store",
|
|
|
+ "//toolchain/base:int",
|
|
|
"//toolchain/base:shared_value_stores",
|
|
|
"//toolchain/base:value_ids",
|
|
|
"//toolchain/diagnostics:diagnostic_emitter",
|
|
|
@@ -56,7 +56,7 @@ cc_library(
|
|
|
deps = [
|
|
|
"//common:check",
|
|
|
"//common:enum_base",
|
|
|
- "//toolchain/base:int_store",
|
|
|
+ "//toolchain/base:int",
|
|
|
"//toolchain/parse:node_kind",
|
|
|
"//toolchain/sem_ir:builtin_inst_kind",
|
|
|
"//toolchain/sem_ir:ids",
|
|
|
@@ -78,7 +78,7 @@ cc_library(
|
|
|
"//common:ostream",
|
|
|
"//common:struct_reflection",
|
|
|
"//toolchain/base:index_base",
|
|
|
- "//toolchain/base:int_store",
|
|
|
+ "//toolchain/base:int",
|
|
|
"//toolchain/base:value_store",
|
|
|
"@llvm-project//llvm:Support",
|
|
|
],
|
|
|
@@ -133,7 +133,7 @@ cc_library(
|
|
|
"//common:map",
|
|
|
"//common:ostream",
|
|
|
"//common:set",
|
|
|
- "//toolchain/base:int_store",
|
|
|
+ "//toolchain/base:int",
|
|
|
"//toolchain/base:kind_switch",
|
|
|
"//toolchain/base:shared_value_stores",
|
|
|
"//toolchain/base:value_ids",
|