LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / C++Frontend / 2004-03-15-CleanupsAndGotos.cpp
index be14b7f639b26bc492ee8ac9c8c55a1428c9464c..9bc70c84ab424feebba2843dd42120ccceb6a36e 100644 (file)
@@ -8,7 +8,7 @@ struct X {
 
 void foo() {
   X v;
-  
-TryAgain: 
+
+TryAgain:
   goto TryAgain;
 }