1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/include/llvm/Method.h
Chris Lattner 9bb81deeb2 Add transition header file
llvm-svn: 1954
2002-03-23 22:47:43 +00:00

9 lines
160 B
C

// TRANSITION HEADER FILE. New code should use Function.h instead of Method.h
#ifndef LLVM_METHOD_H
#define LLVM_METHOD_H
#include "llvm/Function.h"
#endif