aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mem-promote-integers.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mem-promote-integers.ll')
-rw-r--r--test/CodeGen/X86/mem-promote-integers.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mem-promote-integers.ll b/test/CodeGen/X86/mem-promote-integers.ll
index 0015df0..ea38b95 100644
--- a/test/CodeGen/X86/mem-promote-integers.ll
+++ b/test/CodeGen/X86/mem-promote-integers.ll
@@ -1,8 +1,8 @@
; Test the basic functionality of integer element promotions of different types.
; This tests checks passing of arguments, loading and storing to memory and
; basic arithmetic.
-; RUN: llc -march=x86 < %s
-; RUN: llc -march=x86-64 < %s
+; RUN: llc -march=x86 < %s > /dev/null
+; RUN: llc -march=x86-64 < %s > /dev/null
define <1 x i8> @test_1xi8(<1 x i8> %x, <1 x i8>* %b) {
%bb = load <1 x i8>* %b