projects
/
platform
/
upstream
/
SPIRV-Tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06b437d
)
Cleanup. Use proper #include guard. NFC.
author
Diego Novillo
<dnovillo@google.com>
Mon, 12 Feb 2018 18:21:48 +0000
(13:21 -0500)
committer
Diego Novillo
<dnovillo@google.com>
Mon, 12 Feb 2018 18:21:48 +0000
(13:21 -0500)
source/opt/mem_pass.h
patch
|
blob
|
history
diff --git
a/source/opt/mem_pass.h
b/source/opt/mem_pass.h
index 1c764f7a973b0f554029f07e8c52891befe6adda..940c5c4ade78aaac344c56a76e481a4a77e07264 100644
(file)
--- a/
source/opt/mem_pass.h
+++ b/
source/opt/mem_pass.h
@@
-14,8
+14,8
@@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef LIBSPIRV_OPT_
OPT
_PASS_H_
-#define LIBSPIRV_OPT_
OPT
_PASS_H_
+#ifndef LIBSPIRV_OPT_
MEM
_PASS_H_
+#define LIBSPIRV_OPT_
MEM
_PASS_H_
#include <algorithm>
#include <list>
@@
-216,4
+216,4
@@
class MemPass : public Pass {
} // namespace opt
} // namespace spvtools
-#endif // LIBSPIRV_OPT_
OPT
_PASS_H_
+#endif // LIBSPIRV_OPT_
MEM
_PASS_H_