From c351ed296656fd5779454350a2c21b18e86e2221 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 4 Apr 2014 01:19:56 +0000 Subject: [PATCH] ARM: fix test case missed in previous roundup This should hopefully bring the last MSVC buildbot back to green! llvm-svn: 205596 --- llvm/test/CodeGen/Thumb2/thumb2-mla.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mla.ll b/llvm/test/CodeGen/Thumb2/thumb2-mla.ll index 6137872db58e..0c97d50bd284 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-mla.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-mla.ll @@ -1,5 +1,5 @@ -; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s -; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 \ +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s +; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 \ ; RUN: -arm-use-mulops=false %s -o - | FileCheck %s -check-prefix=NO_MULOPS define i32 @f1(i32 %a, i32 %b, i32 %c) {