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 832e088 commit cdb9975Copy full SHA for cdb9975
llvm/include/llvm/Target/TargetMachine.h
@@ -195,7 +195,7 @@ class TargetMachine {
195
/// TargetSubtargetInfo. In debug builds, it verifies that the object being
196
/// returned is of the correct type.
197
template <typename STC> const STC &getSubtarget(const Function &F) const {
198
- return *static_cast<const STC *>(getSubtargetImpl(F));
+ return *static_cast<const STC*>(getSubtargetImpl(F));
199
}
200
201
/// Create a DataLayout.
0 commit comments