[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Mar 15 23:19:02 PST 2004


Changes in directory llvm/test/Regression/C++Frontend:

2004-03-15-CleanupsAndGotos.cpp updated: 1.3 -> 1.4

---
Log message:

foo Bug 291: http://llvm.cs.uiuc.edu/PR291: http://llvm.cs.uiuc.edu/PR291  , bar PR291: http://llvm.cs.uiuc.edu/PR291 


---
Diffs of the changes:  (+1 -0)

Index: llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp
diff -u llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp:1.3 llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp:1.4
--- llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp:1.3	Mon Mar 15 23:17:07 2004
+++ llvm/test/Regression/C++Frontend/2004-03-15-CleanupsAndGotos.cpp	Mon Mar 15 23:18:24 2004
@@ -1,4 +1,5 @@
 // Testcase from Bug 291
+
 struct X {
   ~X();
 };





More information about the llvm-commits mailing list