Skip to content

Commit

Permalink
[TableGen] Fix a typo in r256733.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256734 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
topperc committed Jan 4, 2016
1 parent d8f5923 commit 15d448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/llvm/TableGen/Record.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ class Init {
InitKind getKind() const { return Kind; }

protected:
explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opoc) {}
explicit Init(InitKind K, uint8_t Opc = 0) : Kind(K), Opc(Opc) {}

public:
virtual ~Init() {}
Expand Down

0 comments on commit 15d448c

Please sign in to comment.