diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-13 23:26:28 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-09-13 23:26:28 +0000 |
commit | 54481e594888fcdee4deae34c59097b7a85f6702 (patch) | |
tree | 135b8151fc6bdd42ba131b87b65e3a922c71904a /clang/test/CodeGen | |
parent | 83d61f914a0144567938394215f7f1eed5e4c088 (diff) | |
download | bcm5719-llvm-54481e594888fcdee4deae34c59097b7a85f6702.tar.gz bcm5719-llvm-54481e594888fcdee4deae34c59097b7a85f6702.zip |
Clean up in buildbot directories.
This test created a statements.ll file until about a month ago. Some buildbots
still have this file in their source dir. This is the easiest way to remove the
file on all bots. Then I'll revert.
llvm-svn: 113814
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r-- | clang/test/CodeGen/statements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/statements.c b/clang/test/CodeGen/statements.c index 1d4f633f617..522b22dc1cd 100644 --- a/clang/test/CodeGen/statements.c +++ b/clang/test/CodeGen/statements.c @@ -1,3 +1,4 @@ +// RUN: rm -f %S/statements.ll // RUN: %clang_cc1 -Wreturn-type %s -emit-llvm-only void test1(int x) { |