1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Match declaration to definition.

llvm-svn: 75438
This commit is contained in:
Daniel Dunbar 2009-07-12 22:46:08 +00:00
parent b8dac327a7
commit e79e475000

View File

@ -37,7 +37,7 @@ namespace llvm {
struct DbgRegionStartInst;
struct DbgRegionEndInst;
class DebugLoc;
class DebugLocTracker;
struct DebugLocTracker;
class Instruction;
class LLVMContext;