diff options
author | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2012-04-07 01:33:14 +0000 |
---|---|---|
committer | Sean Hunt <scshunt@csclub.uwaterloo.ca> | 2012-04-07 01:33:14 +0000 |
commit | 0fdfaafb70f4570fe8f11f83a5ef11304163ff65 (patch) | |
tree | ff7a17011c2fe50af65aa9b7a6d40f48018f43da /test/CodeGen/X86 | |
parent | 3420e7f360dab7712a9ec4f51d233c7e73642ec7 (diff) |
Make the test for r154235 more platform-independent with a shorter
string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154243 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/utf8.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/utf8.ll b/test/CodeGen/X86/utf8.ll index 8a75c2ebce..67bc5ae2fd 100644 --- a/test/CodeGen/X86/utf8.ll +++ b/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 |