Commit f67e8025 by Shannon Woods

Manual merge of Ehsan Akhgari's change to add include guards to ForLoopUnroll.h

(See https://chromium-review.googlesource.com/#/c/177180) Change-Id: I353b6ff868dbfd5764d4fa3fb0af88891cf5b436
parent 91db708c
...@@ -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/translator/intermediate.h" #include "compiler/translator/intermediate.h"
struct TLoopIndexInfo { struct TLoopIndexInfo {
...@@ -46,3 +49,4 @@ private: ...@@ -46,3 +49,4 @@ private:
TVector<TLoopIndexInfo> mLoopIndexStack; TVector<TLoopIndexInfo> mLoopIndexStack;
}; };
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment