mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Change order of initialization.
Patch by Stephen Wilson! llvm-svn: 107623
This commit is contained in:
@@ -20,9 +20,9 @@ LineEntry::LineEntry() :
|
||||
column(0),
|
||||
is_start_of_statement(0),
|
||||
is_start_of_basic_block(0),
|
||||
is_terminal_entry(0),
|
||||
is_prologue_end(0),
|
||||
is_epilogue_begin(0)
|
||||
is_epilogue_begin(0),
|
||||
is_terminal_entry(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user