diff options
Diffstat (limited to 'clang/test/CodeGen/2008-12-02-logical-or-fold.c')
-rw-r--r-- | clang/test/CodeGen/2008-12-02-logical-or-fold.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/2008-12-02-logical-or-fold.c b/clang/test/CodeGen/2008-12-02-logical-or-fold.c deleted file mode 100644 index 167c5c194f7..00000000000 --- a/clang/test/CodeGen/2008-12-02-logical-or-fold.c +++ /dev/null @@ -1,4 +0,0 @@ -// RUN: %clang_cc1 -emit-llvm -o - %s | grep "ret i32 1" -// PR3150 - -int a() {return 1||1;} |