| Index: runtime/vm/redundancy_elimination.h
|
| diff --git a/runtime/vm/redundancy_elimination.h b/runtime/vm/redundancy_elimination.h
|
| index 73a98505bec7f9f0fdac67adea5a807ac4a898ac..8fc6dc4dd00c9609a22e55cb31e5d96d4e527b50 100644
|
| --- a/runtime/vm/redundancy_elimination.h
|
| +++ b/runtime/vm/redundancy_elimination.h
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef VM_REDUNDANCY_ELIMINATION_H_
|
| -#define VM_REDUNDANCY_ELIMINATION_H_
|
| +#ifndef RUNTIME_VM_REDUNDANCY_ELIMINATION_H_
|
| +#define RUNTIME_VM_REDUNDANCY_ELIMINATION_H_
|
|
|
| #include "vm/intermediate_language.h"
|
| #include "vm/flow_graph.h"
|
| @@ -146,4 +146,4 @@ class LICM : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_REDUNDANCY_ELIMINATION_H_
|
| +#endif // RUNTIME_VM_REDUNDANCY_ELIMINATION_H_
|
|
|