Skip to content

Commit

Permalink
Formatted correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
westernmagic committed May 24, 2020
1 parent 58fdc43 commit d77f73e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/librustc_target/asm/mod.rs
Expand Up @@ -385,9 +385,7 @@ impl InlineAsmRegClass {
InlineAsmArch::RiscV32 | InlineAsmArch::RiscV64 => {
Self::RiscV(RiscVInlineAsmRegClass::parse(arch, name)?)
}
InlineAsmArch::Nvptx64 => {
Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?)
}
InlineAsmArch::Nvptx64 => Self::Nvptx(NvptxInlineAsmRegClass::parse(arch, name)?),
})
})
}
Expand Down

0 comments on commit d77f73e

Please sign in to comment.