summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-08-20 00:17:58 +0000
committerEric Christopher <echristo@apple.com>2011-08-20 00:17:58 +0000
commit2f53dc2e052b59fd455d7a4cb3dbebc3400aed91 (patch)
treebfcf9243ae2b3b004b8434727a9797c6083879c8 /llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp
parent59015c8b17f82693f7d747fc9b890caf21534e95 (diff)
downloadbcm5719-llvm-2f53dc2e052b59fd455d7a4cb3dbebc3400aed91.tar.gz
bcm5719-llvm-2f53dc2e052b59fd455d7a4cb3dbebc3400aed91.zip
Remove the rest of the files in FrontendC++ and the directory itself.
All tests have been updated and migrated into clang or were obsolete. llvm-svn: 138165
Diffstat (limited to 'llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp')
-rw-r--r--llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp b/llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp
deleted file mode 100644
index 8ae15c9592b..00000000000
--- a/llvm/test/FrontendC++/2004-01-11-DynamicInitializedConstant.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc -xc++ -S -o - %s | not grep { constant }
-
-extern int X;
-const int Y = X;
-const int* foo() { return &Y; }
-
OpenPOWER on IntegriCloud