Skip to content

Commit

Permalink
Fix header guard in BasicBlockTracer.h
Browse files Browse the repository at this point in the history
Updated the header guard macro from LLVM_TRANSFORMS_YK_HELLOWORLD_H to
LLVM_TRANSFORMS_YK_BASIC_BLOCK_TRACER_H to accurately reflect the file name
and purpose.
  • Loading branch information
Pavel-Durov committed Sep 15, 2024
1 parent dbc1aca commit f716520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/include/llvm/Transforms/Yk/BasicBlockTracer.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LLVM_TRANSFORMS_YK_HELLOWORLD_H
#define LLVM_TRANSFORMS_YK_HELLOWORLD_H
#ifndef LLVM_TRANSFORMS_YK_BASIC_BLOCK_TRACER_H
#define LLVM_TRANSFORMS_YK_BASIC_BLOCK_TRACER_H

#include "llvm/Pass.h"

Expand Down

0 comments on commit f716520

Please sign in to comment.