]> granicus.if.org Git - llvm/commitdiff
Fix VectorUtils include guard name (NFC)
authorMatthew Simpson <mssimpso@codeaurora.org>
Tue, 31 Jan 2017 20:29:10 +0000 (20:29 +0000)
committerMatthew Simpson <mssimpso@codeaurora.org>
Tue, 31 Jan 2017 20:29:10 +0000 (20:29 +0000)
VectorUtils was moved to Analysis from Transforms/Utils, but some comments and
the include guard name still reflect its old location.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293684 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/VectorUtils.h

index eaa068b89c774c7d06e5648fd3d1125a816e9163..7b154530f184df813c5ea2b27ebbedbd42673316 100644 (file)
@@ -1,4 +1,4 @@
-//===- llvm/Transforms/Utils/VectorUtils.h - Vector utilities -*- C++ -*-=====//
+//===- llvm/Analysis/VectorUtils.h - Vector utilities -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -11,8 +11,8 @@
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_TRANSFORMS_UTILS_VECTORUTILS_H
-#define LLVM_TRANSFORMS_UTILS_VECTORUTILS_H
+#ifndef LLVM_ANALYSIS_VECTORUTILS_H
+#define LLVM_ANALYSIS_VECTORUTILS_H
 
 #include "llvm/ADT/MapVector.h"
 #include "llvm/Analysis/TargetLibraryInfo.h"