summaryrefslogtreecommitdiff
path: root/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
commit2dd245c469f4d842f2b7af80582fb4769a914b23 (patch)
tree68042524d051dd06d56e655bffa16cfe56a5246b /test
parent3bcda49b35497557676647972bf36f70bb6946f1 (diff)
downloadllvm-2dd245c469f4d842f2b7af80582fb4769a914b23.tar.gz
llvm-2dd245c469f4d842f2b7af80582fb4769a914b23.tar.bz2
llvm-2dd245c469f4d842f2b7af80582fb4769a914b23.tar.xz
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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/i128-and-beyond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/i128-and-beyond.ll b/test/CodeGen/X86/i128-and-beyond.ll
index 907a6b8de2..b741681ac1 100644
--- a/test/CodeGen/X86/i128-and-beyond.ll
+++ b/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.