Fix Build

Update the tag for Init to match how it's defined.

llvm-svn: 134908
This commit is contained in:
David Greene 2011-07-11 18:59:29 +00:00
parent af973b4f36
commit 39c0482680
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
namespace llvm {
class DagInit;
struct Init;
class Init;
class Record;
class RecordKeeper;