summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-19 06:39:54 +0000
committerChris Lattner <sabre@nondot.org>2010-01-19 06:39:54 +0000
commita6368219ac6f65ff478465373b7ef151ba11b97c (patch)
treecfa69bd006e796e6c705de365c5c082bc371abec
parentcd2915e46769317c8e2393bb6d2a2aed58036f45 (diff)
downloadbcm5719-llvm-a6368219ac6f65ff478465373b7ef151ba11b97c.tar.gz
bcm5719-llvm-a6368219ac6f65ff478465373b7ef151ba11b97c.zip
don't let asm-verbose break the check-next lines in these tests.
llvm-svn: 93869
-rw-r--r--llvm/test/CodeGen/CellSPU/call_indirect.ll4
-rw-r--r--llvm/test/CodeGen/X86/bss_pagealigned.ll2
-rw-r--r--llvm/test/CodeGen/X86/unaligned-load.ll2
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/CellSPU/call_indirect.ll b/llvm/test/CodeGen/CellSPU/call_indirect.ll
index f25d6b5810f..08dad74843e 100644
--- a/llvm/test/CodeGen/CellSPU/call_indirect.ll
+++ b/llvm/test/CodeGen/CellSPU/call_indirect.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=cellspu > %t1.s
-; RUN: llc < %s -march=cellspu -mattr=large_mem > %t2.s
+; RUN: llc < %s -march=cellspu -asm-verbose=0 > %t1.s
+; RUN: llc < %s -march=cellspu -mattr=large_mem -asm-verbose=0 > %t2.s
; RUN: grep bisl %t1.s | count 7
; RUN: grep ila %t1.s | count 1
; RUN: grep rotqby %t1.s | count 5
diff --git a/llvm/test/CodeGen/X86/bss_pagealigned.ll b/llvm/test/CodeGen/X86/bss_pagealigned.ll
index 27c536144b4..da95aca110d 100644
--- a/llvm/test/CodeGen/X86/bss_pagealigned.ll
+++ b/llvm/test/CodeGen/X86/bss_pagealigned.ll
@@ -1,4 +1,4 @@
-; RUN: llc --code-model=kernel -march=x86-64 <%s | FileCheck %s
+; RUN: llc --code-model=kernel -march=x86-64 <%s -asm-verbose=0 | FileCheck %s
; PR4933
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
target triple = "x86_64-unknown-linux-gnu"
diff --git a/llvm/test/CodeGen/X86/unaligned-load.ll b/llvm/test/CodeGen/X86/unaligned-load.ll
index 7778983e285..9fb72a8d459 100644
--- a/llvm/test/CodeGen/X86/unaligned-load.ll
+++ b/llvm/test/CodeGen/X86/unaligned-load.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10.0 -relocation-model=dynamic-no-pic --asm-verbose=0 | FileCheck %s
@.str1 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, SOME STRING\00", align 8
@.str3 = internal constant [31 x i8] c"DHRYSTONE PROGRAM, 2'ND STRING\00", align 8
OpenPOWER on IntegriCloud