diff options
Diffstat (limited to 'test/CodeGen/Mips/remat-immed-load.ll')
-rw-r--r-- | test/CodeGen/Mips/remat-immed-load.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/remat-immed-load.ll b/test/CodeGen/Mips/remat-immed-load.ll index d93964b..b53b156 100644 --- a/test/CodeGen/Mips/remat-immed-load.ll +++ b/test/CodeGen/Mips/remat-immed-load.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefix=32 +; RUN: llc -march=mips64el -mcpu=mips4 -mattr=n64 < %s | FileCheck %s -check-prefix=64 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=n64 < %s | FileCheck %s -check-prefix=64 define void @f0() nounwind { |