summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/int-add-11.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-add-11.ll')
-rw-r--r--llvm/test/CodeGen/SystemZ/int-add-11.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-add-11.ll b/llvm/test/CodeGen/SystemZ/int-add-11.ll
index 212334e83c0..679c206094f 100644
--- a/llvm/test/CodeGen/SystemZ/int-add-11.ll
+++ b/llvm/test/CodeGen/SystemZ/int-add-11.ll
@@ -1,6 +1,7 @@
-; Test 32-bit additions of constants to memory.
+; Test 32-bit additions of constants to memory. The tests here
+; assume z10 register pressure, without the high words being available.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
; Check additions of 1.
define void @f1(i32 *%ptr) {
OpenPOWER on IntegriCloud