Add some comments explaining what MVT and EVT are, and how they differ.
[oota-llvm.git] / include / llvm / CodeGen / SlotIndexes.h
index 98426f019c194c7ccfdaf066b1b3d7dc78070b09..4b7721b996dfa9a3ae84cfdb3aad8f29bcf5b677 100644 (file)
@@ -393,7 +393,7 @@ namespace llvm {
       IndexListEntry *entry =
         static_cast<IndexListEntry*>(
           ileAllocator.Allocate(sizeof(IndexListEntry),
-          alignof<IndexListEntry>()));
+          alignOf<IndexListEntry>()));
 
       new (entry) IndexListEntry(mi, index);