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 | 206caf539d9e7e426dbfc3936e49a72601500375 (patch) | |
tree | 064ae482c7428d2f6456a0e3ec82c9287ad5e9b0 /test/CodeGen/statements.c | |
parent | 877649045da2bb56ac52a536dbedf5ca7fa13fae (diff) | |
download | clang-206caf539d9e7e426dbfc3936e49a72601500375.tar.gz |
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/statements.c')
-rw-r--r-- | test/CodeGen/statements.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/statements.c b/test/CodeGen/statements.c index 1d4f633f61..522b22dc1c 100644 --- a/test/CodeGen/statements.c +++ b/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) { |