diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:44:14 +0000 |
| commit | 2b6b257f4e5503a7a2675bdb8735693db769f75c (patch) | |
| tree | e85e046ae7003fe3bcc8b5454cd0fa3f7407b470 /test/CodeGen/mips-interrupt-attr.c | |
| parent | b4348ed0b7e90c0831b925fbee00b5f179a99796 (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/mips-interrupt-attr.c')
| -rw-r--r-- | test/CodeGen/mips-interrupt-attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mips-interrupt-attr.c b/test/CodeGen/mips-interrupt-attr.c index df70b12b58f1..0ef5dabd2657 100644 --- a/test/CodeGen/mips-interrupt-attr.c +++ b/test/CodeGen/mips-interrupt-attr.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple mipsel-unknown-linux -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK +// RUN: %clang_cc1 -triple mipsel-unknown-linux -emit-llvm -o - %s | FileCheck %s void __attribute__ ((interrupt("vector=sw0"))) isr_sw0 (void) |
