diff options
author | Dan Gohman <gohman@apple.com> | 2011-10-25 01:02:36 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-10-25 01:02:36 +0000 |
commit | 94d881f9a3a92f32e579a2ebea818b6621f2518a (patch) | |
tree | b5fb0db8ea9c3b4c53df51abb0c5bbd4fa32a769 | |
parent | 97f9fe06e7acd55d7d9075a41e33f54855c75eae (diff) |
Remove another Blackfin test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142894 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/mult-alt-generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/mult-alt-generic.c b/test/CodeGen/mult-alt-generic.c index 3373dff44a..1665f9caa0 100644 --- a/test/CodeGen/mult-alt-generic.c +++ b/test/CodeGen/mult-alt-generic.c @@ -1,7 +1,6 @@ // RUN: %clang_cc1 -triple i686 %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -triple x86_64 %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -triple arm %s -emit-llvm -o - | FileCheck %s -// RUN: %clang_cc1 -triple bfin %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -triple cellspu %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -triple mblaze %s -emit-llvm -o - | FileCheck %s // RUN: %clang_cc1 -triple mips %s -emit-llvm -o - | FileCheck %s |