LegalizeTypes can sometimes have deleted nodes
[oota-llvm.git] / test / C++Frontend / 2003-11-02-WeakLinkage.cpp.tr
index 4671b40a9e5f110c1c8d2bbac147b84098cb082d..748ca6385be9491f33df07ddbc2850d2caaec04a 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %llvmgcc -xc++ -S -o - %s | not grep weak
+// The template should compile to linkonce linkage, not weak linkage.
 
 template<class T>
 void thefunc();