summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-20 07:11:32 +0000
committerChris Lattner <sabre@nondot.org>2010-01-20 07:11:32 +0000
commit03cb2a303562c1314fa658476b82a6cc6613f41e (patch)
treed5f0da7008512b993bed2b026b9c2eb70c8801a1 /llvm/test
parent6c50c06e70c111d380974ef6ef5064d68b70aac1 (diff)
downloadbcm5719-llvm-03cb2a303562c1314fa658476b82a6cc6613f41e.tar.gz
bcm5719-llvm-03cb2a303562c1314fa658476b82a6cc6613f41e.zip
signficant cleanups to EmitGlobalConstant (including streamerization
of int initializers), change some methods to be static functions, use raw_ostream::write_hex instead of a smallstring dance with APValue::toStringUnsigned(S, 16). llvm-svn: 93991
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/i128-and-beyond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/i128-and-beyond.ll b/llvm/test/CodeGen/X86/i128-and-beyond.ll
index 907a6b8de2f..b741681ac17 100644
--- a/llvm/test/CodeGen/X86/i128-and-beyond.ll
+++ b/llvm/test/CodeGen/X86/i128-and-beyond.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
+; RUN: llc < %s -march=x86 -mtriple=i686-pc-linux-gnu | grep -- -1 | count 14
; These static initializers are too big to hand off to assemblers
; as monolithic blobs.
OpenPOWER on IntegriCloud