summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/GC
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/GC')
-rw-r--r--test/CodeGen/X86/GC/alloc_loop.ll1
-rw-r--r--test/CodeGen/X86/GC/cg-O0.ll1
-rw-r--r--test/CodeGen/X86/GC/dynamic-frame-size.ll10
-rw-r--r--test/CodeGen/X86/GC/lower_gcroot.ll1
4 files changed, 8 insertions, 5 deletions
diff --git a/test/CodeGen/X86/GC/alloc_loop.ll b/test/CodeGen/X86/GC/alloc_loop.ll
index 2a505e80aac88..b924e1cee069e 100644
--- a/test/CodeGen/X86/GC/alloc_loop.ll
+++ b/test/CodeGen/X86/GC/alloc_loop.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s
+; REQUIRES: default_triple
declare i8* @llvm_gc_allocate(i32)
diff --git a/test/CodeGen/X86/GC/cg-O0.ll b/test/CodeGen/X86/GC/cg-O0.ll
index b4929425e94a0..1a390c9eb1c1b 100644
--- a/test/CodeGen/X86/GC/cg-O0.ll
+++ b/test/CodeGen/X86/GC/cg-O0.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -O0
+; REQUIRES: default_triple
define i32 @main() {
entry:
diff --git a/test/CodeGen/X86/GC/dynamic-frame-size.ll b/test/CodeGen/X86/GC/dynamic-frame-size.ll
index a3583d46a29a2..9ec9b8b085076 100644
--- a/test/CodeGen/X86/GC/dynamic-frame-size.ll
+++ b/test/CodeGen/X86/GC/dynamic-frame-size.ll
@@ -17,12 +17,12 @@ define void @test(i8* %ptr) gc "erlang" {
; CHECK: .note.gc
; CHECK-NEXT: .align 8
; safe point count
-; CHECK .short 1
-; CHECK .long .Ltmp0
+; CHECK: .short 1
+; CHECK: .long .Ltmp0
; stack frame size (in words)
-; CHECK .short -1
+; CHECK: .short -1
; stack arity (arguments on the stack)
-; CHECK .short 0
+; CHECK: .short 0
; live root count
-; CHECK .short 0
+; CHECK: .short 0
diff --git a/test/CodeGen/X86/GC/lower_gcroot.ll b/test/CodeGen/X86/GC/lower_gcroot.ll
index c2d418ac50ef5..8cccd78100f52 100644
--- a/test/CodeGen/X86/GC/lower_gcroot.ll
+++ b/test/CodeGen/X86/GC/lower_gcroot.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s
+; REQUIRES: default_triple
%Env = type i8*