ADT: Avoid relying on UB in ilist_node::getNextNode()
[oota-llvm.git] / include / llvm / CodeGen / FaultMaps.h
index 0068d37ccdd994f78ae0f32b5b97c0e1722fafcd..f4b646322143245ca47448c96e0d86759b678d87 100644 (file)
@@ -1,4 +1,4 @@
-//===------------------- FaultMaps.h - StackMaps ----------------*- C++ -*-===//
+//===------------------- FaultMaps.h - The "FaultMaps" section --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -208,11 +208,10 @@ public:
 };
 
 raw_ostream &
-operator<<(raw_ostream &OS,
-           const typename FaultMapParser::FunctionFaultInfoAccessor &);
+operator<<(raw_ostream &OS, const FaultMapParser::FunctionFaultInfoAccessor &);
 
 raw_ostream &operator<<(raw_ostream &OS,
-                        const typename FaultMapParser::FunctionInfoAccessor &);
+                        const FaultMapParser::FunctionInfoAccessor &);
 
 raw_ostream &operator<<(raw_ostream &OS, const FaultMapParser &);