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 5ae0123 commit bd6df6bCopy full SHA for bd6df6b
llvm/include/llvm/IR/PrintPasses.h
@@ -94,8 +94,8 @@ template <typename T> class ScopedDbgInfoFormatSetter {
94
};
95
96
template <typename T>
97
-ScopedDbgInfoFormatSetter(T &Obj,
98
- bool NewState) -> ScopedDbgInfoFormatSetter<T>;
+ScopedDbgInfoFormatSetter(T &Obj, bool NewState)
+ -> ScopedDbgInfoFormatSetter<T>;
99
100
} // namespace llvm
101
0 commit comments