From b642730be93149baa7556e5791393168ab396175 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 15 Feb 2008 17:35:24 +0900 Subject: Code reorganization: move files into their places. This is in a separate commit to ensure renames are properly preserved. --- src/mesa/pipe/llvm/loweringpass.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/mesa/pipe/llvm/loweringpass.h (limited to 'src/mesa/pipe/llvm/loweringpass.h') diff --git a/src/mesa/pipe/llvm/loweringpass.h b/src/mesa/pipe/llvm/loweringpass.h deleted file mode 100644 index f62dcf6ba7..0000000000 --- a/src/mesa/pipe/llvm/loweringpass.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef LOWERINGPASS_H -#define LOWERINGPASS_H - -#include "llvm/Pass.h" -#include "llvm/Module.h" - -struct LoweringPass : public llvm::ModulePass -{ - static char ID; - LoweringPass(); - - virtual bool runOnModule(llvm::Module &m); -}; - -#endif -- cgit v1.2.3