We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4120902 commit 7f69708Copy full SHA for 7f69708
1 file changed
compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
@@ -97,7 +97,6 @@ extern "C" bool LLVMRustHasFeature(LLVMTargetMachineRef TM,
97
const MCSubtargetInfo &MCInfo = *Target->getMCSubtargetInfo();
98
#endif
99
return MCInfo.checkFeatures(std::string("+") + Feature);
100
-
101
}
102
103
/// Check whether the target has a specific assembly mnemonic like `ret` or
0 commit comments