Skip to content

Commit

Permalink
add missing include for -DLLVM_ENABLE_MODULES=On
Browse files Browse the repository at this point in the history
  • Loading branch information
llunak committed Mar 30, 2022
1 parent 6697e33 commit a60e095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/include/llvm/Transforms/InstCombine/InstCombine.h
Expand Up @@ -17,6 +17,7 @@
#define LLVM_TRANSFORMS_INSTCOMBINE_INSTCOMBINE_H

#include "llvm/IR/Function.h"
#include "llvm/Pass.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"

Expand Down

2 comments on commit a60e095

@asl
Copy link
Collaborator

@asl asl commented on a60e095 Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double include? @llunak

@llunak
Copy link
Collaborator Author

@llunak llunak commented on a60e095 Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, no idea how that happened.

Please sign in to comment.