[llvm-commits] [llvm] r154243 - /llvm/trunk/test/CodeGen/X86/utf8.ll
Sean Hunt
scshunt at csclub.uwaterloo.ca
Fri Apr 6 18:33:14 PDT 2012
Author: coppro
Date: Fri Apr 6 20:33:14 2012
New Revision: 154243
URL: http://llvm.org/viewvc/llvm-project?rev=154243&view=rev
Log:
Make the test for r154235 more platform-independent with a shorter
string.
Modified:
llvm/trunk/test/CodeGen/X86/utf8.ll
Modified: llvm/trunk/test/CodeGen/X86/utf8.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/utf8.ll?rev=154243&r1=154242&r2=154243&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/utf8.ll (original)
+++ llvm/trunk/test/CodeGen/X86/utf8.ll Fri Apr 6 20:33:14 2012
@@ -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
More information about the llvm-commits
mailing list