Cleanup. Use proper #include guard. NFC.
authorDiego Novillo <dnovillo@google.com>
Mon, 12 Feb 2018 18:21:48 +0000 (13:21 -0500)
committerDiego Novillo <dnovillo@google.com>
Mon, 12 Feb 2018 18:21:48 +0000 (13:21 -0500)
source/opt/mem_pass.h

index 1c764f7..940c5c4 100644 (file)
@@ -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_