Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/passes/call-utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef wasm_ir_function_h
#define wasm_ir_function_h
#ifndef wasm_passes_call_utils_h
#define wasm_passes_call_utils_h

#include <variant>

Expand Down Expand Up @@ -153,4 +153,4 @@ convertToDirectCalls(T* curr,

} // namespace wasm::CallUtils

#endif // wasm_ir_function_h
#endif // wasm_passes_call_utils_h
6 changes: 3 additions & 3 deletions src/wasm-annotations.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
// Support for code annotations.
//

#ifndef wasm_annotations_h
#define wasm_annotations_h
#ifndef wasm_wasm_annotations_h
#define wasm_wasm_annotations_h

#include "support/name.h"

Expand All @@ -34,4 +34,4 @@ extern const Name ToolchainInlineHint;

} // namespace wasm::Annotations

#endif // wasm_annotations_h
#endif // wasm_wasm_annotations_h
6 changes: 3 additions & 3 deletions src/wasm-features.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef wasm_features_h
#define wasm_features_h
#ifndef wasm_wasm_features_h
#define wasm_wasm_features_h

#include <stdint.h>
#include <string>
Expand Down Expand Up @@ -259,4 +259,4 @@ struct FeatureSet {

} // namespace wasm

#endif // wasm_features_h
#endif // wasm_wasm_features_h
6 changes: 3 additions & 3 deletions src/wasm-stack.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

#ifndef wasm_stack_h
#define wasm_stack_h
#ifndef wasm_wasm_stack_h
#define wasm_wasm_stack_h

#include "ir/branch-utils.h"
#include "ir/find_all.h"
Expand Down Expand Up @@ -656,4 +656,4 @@ namespace std {
std::ostream& operator<<(std::ostream& o, wasm::StackInst& inst);
} // namespace std

#endif // wasm_stack_h
#endif // wasm_wasm_stack_h
Loading