diff options
| author | Alexis Hunt <alercah@gmail.com> | 2012-04-07 01:33:14 +0000 |
|---|---|---|
| committer | Alexis Hunt <alercah@gmail.com> | 2012-04-07 01:33:14 +0000 |
| commit | 78fce432b773ec9475918e50f7ce0a9021906c8d (patch) | |
| tree | ed7338519c3496473a088fc6a1b53a163ba37ae8 /llvm | |
| parent | b334be1ed23b7e4e3820742c0d526d3f6be25738 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

