summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-13 01:36:44 +0000
committerDan Gohman <gohman@apple.com>2009-08-13 01:36:44 +0000
commitcf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a (patch)
tree2155d7a05acf35ffccc0a93da466ca561c8d682e /test/CodeGen/SystemZ
parent38cff389af1d78bd80df0479ef258493e0c5897e (diff)
downloadllvm-cf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a.tar.gz
llvm-cf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a.tar.bz2
llvm-cf20ac4fd12ea3510a8f32a24fff69eebe7b6f4a.tar.xz
Various AsmWriter output cleanups. Use WriteAsOperand instead of
PrintUnmangledNameSafely. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78878 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r--test/CodeGen/SystemZ/05-MemLoadsStores.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/05-MemLoadsStores.ll b/test/CodeGen/SystemZ/05-MemLoadsStores.ll
index 6eb2ddb9f5..5e8fcd6b3b 100644
--- a/test/CodeGen/SystemZ/05-MemLoadsStores.ll
+++ b/test/CodeGen/SystemZ/05-MemLoadsStores.ll
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc | grep ly | count 2
; RUN: llvm-as < %s | llc | grep sty | count 2
-; RUN: llvm-as < %s | llc | grep {l.%} | count 2
-; RUN: llvm-as < %s | llc | grep {st.%} | count 2
+; RUN: llvm-as < %s | llc | grep {l %} | count 2
+; RUN: llvm-as < %s | llc | grep {st %} | count 2
target datalayout = "E-p:64:64:64-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-a0:16:16"
target triple = "s390x-linux"