diff options
Diffstat (limited to 'test/CodeGen/Mips/eh-dwarf-cfa.ll')
-rw-r--r-- | test/CodeGen/Mips/eh-dwarf-cfa.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/eh-dwarf-cfa.ll b/test/CodeGen/Mips/eh-dwarf-cfa.ll index 3a21332..6554974 100644 --- a/test/CodeGen/Mips/eh-dwarf-cfa.ll +++ b/test/CodeGen/Mips/eh-dwarf-cfa.ll @@ -1,4 +1,6 @@ ; RUN: llc -march=mipsel -mcpu=mips32 < %s | FileCheck %s +; RUN: llc -march=mips64el -mcpu=mips4 < %s | \ +; RUN: FileCheck %s -check-prefix=CHECK-MIPS64 ; RUN: llc -march=mips64el -mcpu=mips64 < %s | \ ; RUN: FileCheck %s -check-prefix=CHECK-MIPS64 |