summaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/StackerParser.y
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-12-10 04:33:07 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-12-10 04:33:07 +0000
commitc745b4950d20e96a6233a43a3f3350e5a394b233 (patch)
tree88f368ea03ddd330b837a5f540431b3a0f63b11b /projects/Stacker/lib/compiler/StackerParser.y
parent44909cf54aaf9290d68c1e02405ac51272e99737 (diff)
downloadllvm-c745b4950d20e96a6233a43a3f3350e5a394b233.tar.gz
llvm-c745b4950d20e96a6233a43a3f3350e5a394b233.tar.bz2
llvm-c745b4950d20e96a6233a43a3f3350e5a394b233.tar.xz
Fix apparent copy-and-paste-o.
Get rid of %debug - Mac OS X bison doesn't have it. sigh. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/Stacker/lib/compiler/StackerParser.y')
-rw-r--r--projects/Stacker/lib/compiler/StackerParser.y6
1 files changed, 2 insertions, 4 deletions
diff --git a/projects/Stacker/lib/compiler/StackerParser.y b/projects/Stacker/lib/compiler/StackerParser.y
index cded9645b6..59139122a2 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"