diff --git a/projects/Stacker/lib/compiler/StackerParser.y b/projects/Stacker/lib/compiler/StackerParser.y index cded9645b69..59139122a28 100644 --- a/projects/Stacker/lib/compiler/StackerParser.y +++ b/projects/Stacker/lib/compiler/StackerParser.y @@ -1,4 +1,4 @@ -//===-- llvmAsmParser.y - Parser for llvm assembly files --------*- C++ -*-===// +//===-- StackerParser.y - Parser for Stacker programs -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,12 +7,10 @@ // //===----------------------------------------------------------------------===// // -// This file implements the bison parser for LLVM assembly languages files. +// This file implements the bison parser for Stacker programs. // //===----------------------------------------------------------------------===// -%debug - %{ #include "StackerCompiler.h" #include "llvm/SymbolTable.h"