From 375ee3e16ac1bdfc9782d0461c22ebfc43bbcc36 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 17 Dec 2013 05:27:16 +0000 Subject: Add -mcpu=z10 to SystemZ tests. llvm-svn: 197466 --- llvm/test/CodeGen/SystemZ/int-div-03.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/SystemZ/int-div-03.ll') diff --git a/llvm/test/CodeGen/SystemZ/int-div-03.ll b/llvm/test/CodeGen/SystemZ/int-div-03.ll index 7c0409018f1..b98ffaad49c 100644 --- a/llvm/test/CodeGen/SystemZ/int-div-03.ll +++ b/llvm/test/CodeGen/SystemZ/int-div-03.ll @@ -1,7 +1,7 @@ ; Test 64-bit signed division and remainder when the divisor is ; a signed-extended i32. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s declare i64 @foo() -- cgit v1.2.3