summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAlexis Hunt <alercah@gmail.com>2012-04-07 01:33:14 +0000
committerAlexis Hunt <alercah@gmail.com>2012-04-07 01:33:14 +0000
commit78fce432b773ec9475918e50f7ce0a9021906c8d (patch)
treeed7338519c3496473a088fc6a1b53a163ba37ae8 /llvm
parentb334be1ed23b7e4e3820742c0d526d3f6be25738 (diff)
downloadbcm5719-llvm-78fce432b773ec9475918e50f7ce0a9021906c8d.tar.gz
bcm5719-llvm-78fce432b773ec9475918e50f7ce0a9021906c8d.zip
Make the test for r154235 more platform-independent with a shorter
string. llvm-svn: 154243
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/utf8.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/utf8.ll b/llvm/test/CodeGen/X86/utf8.ll
index 8a75c2ebce1..67bc5ae2fd4 100644
--- a/llvm/test/CodeGen/X86/utf8.ll
+++ b/llvm/test/CodeGen/X86/utf8.ll
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86 | FileCheck %s
-; CHECK: "iΔ",4,4
+; CHECK: iΔ
@"i\CE\94" = common global i32 0, align 4
OpenPOWER on IntegriCloud