hygiene: Tweak naming some more
This commit is contained in:
parent
09703e3843
commit
8f30d26030
7 changed files with 65 additions and 64 deletions
|
|
@ -102,7 +102,7 @@ impl AsmBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
|
|||
let kind = llvm::LLVMGetMDKindIDInContext(self.llcx,
|
||||
key.as_ptr() as *const c_char, key.len() as c_uint);
|
||||
|
||||
let val: &'ll Value = self.const_i32(ia.ctxt.outer().as_u32() as i32);
|
||||
let val: &'ll Value = self.const_i32(ia.ctxt.outer_expn().as_u32() as i32);
|
||||
|
||||
llvm::LLVMSetMetadata(r, kind,
|
||||
llvm::LLVMMDNodeInContext(self.llcx, &val, 1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue