aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-03 18:10:58 +0000
committerChris Lattner <sabre@nondot.org>2010-01-03 18:10:58 +0000
commit2ef90d782e7814cd7bf293e579b4741e56be33d9 (patch)
tree08e8142399d25418ddf72d458f5cfa3ecd424345
parent5099b31f98d24989cbb2055fa7e2a4658dba95ad (diff)
add PR#
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92451 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/addr-label-difference.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/addr-label-difference.ll b/test/CodeGen/X86/addr-label-difference.ll
index 0c707c9a5d..547d6b5765 100644
--- a/test/CodeGen/X86/addr-label-difference.ll
+++ b/test/CodeGen/X86/addr-label-difference.ll
@@ -1,4 +1,5 @@
; RUN: llc %s -o - | grep {__TEXT,__const}
+; PR5929
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32"
target triple = "i386-apple-darwin10.0"