Skip to content

Commit 3f0688d

Browse files
committed
IYWU: include necessary header for constant_fold()
Signed-off-by: Henner Zeller <h.zeller@acm.org>
1 parent 4db8ad9 commit 3f0688d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/syn/test/opt_test.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <memory>
55
#include <sstream>
66

7+
#include "flow/constant_fold.h"
78
#include "gtest/gtest.h"
89
#include "syn/ir/Bundle.h"
910
#include "syn/ir/Const.h"
@@ -24,8 +25,6 @@ int main(int argc, char** argv)
2425

2526
namespace syn {
2627

27-
void constantFold(Graph& g);
28-
2928
TEST(OptTest, AndZero)
3029
{
3130
Graph g;

0 commit comments

Comments
 (0)