diff options
-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 8a75c2e..67bc5ae 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 |