comparison ir/irsymbol.h @ 664:eef8ac26c66c

Some missed LLVMDC -> LDC.
author Christian Kamm <kamm incasoftware de>
date Mon, 06 Oct 2008 22:54:08 +0200
parents c44e6a711885
children
comparison
equal deleted inserted replaced
663:6aaa3d3c1183 664:eef8ac26c66c
1 #ifndef LLVMDC_IR_IRSYMBOL_H 1 #ifndef LDC_IR_IRSYMBOL_H
2 #define LLVMDC_IR_IRSYMBOL_H 2 #define LDC_IR_IRSYMBOL_H
3 3
4 #include <set> 4 #include <set>
5 5
6 struct IrModule; 6 struct IrModule;
7 struct IrFunction; 7 struct IrFunction;