DValue: struct->class.

This is in line with an incoming upstream change making all
polymorphic structs classes, and also matches common coding
conventions.
This commit is contained in:
David Nadlinger
2013-06-07 03:20:39 +02:00
parent f35a4507d3
commit c7c1c25f15
12 changed files with 53 additions and 41 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
#include <vector>
struct DValue;
class DValue;
struct ABIRewrite;
namespace llvm {
class Type;