Move TargetData to DataLayout.
[oota-llvm.git] / lib / Target / README.txt
index 9c27f27696613fbe69574f384a9752467d6d68eb..8165f5b8cc97047216f32b5f6d681e022b2b4310 100644 (file)
@@ -152,7 +152,7 @@ stuff too.
 
 //===---------------------------------------------------------------------===//
 
-For vector types, TargetData.cpp::getTypeInfo() returns alignment that is equal
+For vector types, DataLayout.cpp::getTypeInfo() returns alignment that is equal
 to the type size. It works but can be overly conservative as the alignment of
 specific vector types are target dependent.