LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / C++Frontend / 2003-08-31-StructLayout.cpp
index 21d504c771d4bb1c53bf4d8a9ce898508cba6c7f..99d66826622036ead81b75d7f88bb06154e91246 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgxx -S %s -o - | llvm-as -f -o /dev/null
 
-// There is a HOLE in the derived2 object due to not wanting to place the two 
+// There is a HOLE in the derived2 object due to not wanting to place the two
 // baseclass instances at the same offset!
 
 struct baseclass {};