summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/bss_pagealigned.ll
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
commit41aa25a4330103f887d679e0c72f9b09240424a5 (patch)
tree0c79f660f994a47e74fde8d7694c0f332284a2de /test/CodeGen/X86/bss_pagealigned.ll
parent814819f6ea7fb0638fe73920299fda0da941a59e (diff)
downloadllvm-41aa25a4330103f887d679e0c72f9b09240424a5.tar.gz
llvm-41aa25a4330103f887d679e0c72f9b09240424a5.tar.bz2
llvm-41aa25a4330103f887d679e0c72f9b09240424a5.tar.xz
don't let asm-verbose break the check-next lines in these tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/bss_pagealigned.ll')
-rw-r--r--test/CodeGen/X86/bss_pagealigned.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/bss_pagealigned.ll b/test/CodeGen/X86/bss_pagealigned.ll
index 27c536144b..da95aca110 100644
--- a/test/CodeGen/X86/bss_pagealigned.ll
+++ b/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"