mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Remove this test. The feature and test have already been migrated to clang.
llvm-svn: 138101
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// RUN: %llvmgxx -S %s -o - | grep nounwind | count 4
|
||||
int c(void) __attribute__((const));
|
||||
int p(void) __attribute__((pure));
|
||||
int t(void);
|
||||
|
||||
int f(void) {
|
||||
return c() + p() + t();
|
||||
}
|
||||
Reference in New Issue
Block a user