Skip to content

Commit 2c2f78b

Browse files
committed
Fix formatting, again.
1 parent 435ce05 commit 2c2f78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUExpandFeaturePredicates.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ static inline SmallVector<Function *> collectUsedFunctions(Module &M) {
142142
return Ret;
143143
}
144144

145-
template<typename Container0, typename Container1, typename Container2>
145+
template <typename Container0, typename Container1, typename Container2>
146146
static inline void removeUnreachable(const Container0 &Predicates,
147147
const Container1 &PredicatedFns,
148148
const Container2 &UnreachableFns) {

0 commit comments

Comments
 (0)