diff options
-rw-r--r-- | test/CodeGen/Mips/mips64-f128.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/mips64-f128.ll b/test/CodeGen/Mips/mips64-f128.ll index 0662694998..2a84c84bb4 100644 --- a/test/CodeGen/Mips/mips64-f128.ll +++ b/test/CodeGen/Mips/mips64-f128.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=mips64el -mcpu=mips64 -soft-float -O1 \ +; RUN: llc -mtriple=mips64el-unknown-unknown -mcpu=mips64 -soft-float -O1 \ ; RUN: -disable-mips-delay-filler < %s | FileCheck %s @gld0 = external global fp128 |