- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/llvm/lib/CodeGen/VirtRegRewriter.h ¶
r189 r319 11 11 #define LLVM_CODEGEN_VIRTREGREWRITER_H 12 12 13 #include "llvm/CodeGen/LiveIntervalAnalysis.h"14 #include "llvm/CodeGen/MachineFunction.h"15 #include "VirtRegMap.h"16 17 13 namespace llvm { 14 class LiveIntervals; 15 class MachineFunction; 16 class VirtRegMap; 18 17 19 18 /// VirtRegRewriter interface: Implementations of this interface assign
Note:
See TracChangeset
for help on using the changeset viewer.