XFAIL the test cases for r186044 on Hexagon
[oota-llvm.git] / include / llvm / Analysis / LoopPass.h
index f78472aeb3e728c557289b9d93c1f098cb8a8b01..5767c1916b39fbf908f5552344848f258c4ce71f 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#ifndef LLVM_LOOP_PASS_H
-#define LLVM_LOOP_PASS_H
+#ifndef LLVM_ANALYSIS_LOOPPASS_H
+#define LLVM_ANALYSIS_LOOPPASS_H
 
 #include "llvm/Analysis/LoopInfo.h"
-#include "llvm/IR/Function.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManagers.h"
 #include <deque>