Skip to content

Commit 7f69708

Browse files
committed
Fix formatting
1 parent 4120902 commit 7f69708

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ extern "C" bool LLVMRustHasFeature(LLVMTargetMachineRef TM,
9797
const MCSubtargetInfo &MCInfo = *Target->getMCSubtargetInfo();
9898
#endif
9999
return MCInfo.checkFeatures(std::string("+") + Feature);
100-
101100
}
102101

103102
/// Check whether the target has a specific assembly mnemonic like `ret` or

0 commit comments

Comments
 (0)