Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
angle
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
angle
Commits
0dd3b3ff
Commit
0dd3b3ff
authored
Nov 17, 2013
by
Ehsan Akhgari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add #include guards to ForLoopUnroll.h
Change-Id: Ied066feb2b8954dc7f0398704cd3429780549989
parent
a60e0805
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ForLoopUnroll.h
src/compiler/ForLoopUnroll.h
+4
-0
No files found.
src/compiler/ForLoopUnroll.h
View file @
0dd3b3ff
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
// found in the LICENSE file.
// found in the LICENSE file.
//
//
#ifndef COMPILER_FORLOOPUNROLL_H_
#define COMPILER_FORLOOPUNROLL_H_
#include "compiler/intermediate.h"
#include "compiler/intermediate.h"
struct
TLoopIndexInfo
{
struct
TLoopIndexInfo
{
...
@@ -46,3 +49,4 @@ private:
...
@@ -46,3 +49,4 @@ private:
TVector
<
TLoopIndexInfo
>
mLoopIndexStack
;
TVector
<
TLoopIndexInfo
>
mLoopIndexStack
;
};
};
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment