Make sure to consider alignment of variable sized objects.
[oota-llvm.git] / include / llvm / CodeGen / LiveIntervalAnalysis.h
index a313c4b9f42b485c3a6b879165f7d8fcffb13c08..0ae4b5ad0f25762bd9d40f807d6651f2eedb89a6 100644 (file)
@@ -60,7 +60,7 @@ namespace llvm {
         USE   = 1,
         DEF   = 2,
         STORE = 3,
-        NUM   = 4,
+        NUM   = 4
       };
     };