Index: llvm/trunk/tools/opt-viewer/optrecord.py =================================================================== --- llvm/trunk/tools/opt-viewer/optrecord.py +++ llvm/trunk/tools/opt-viewer/optrecord.py @@ -264,6 +264,8 @@ def color(self): return "red" +class Failure(Missed): + yaml_tag = '!Failure' def get_remarks(input_file, filter_=None): max_hotness = 0