diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-01-07 00:51:04 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-01-07 00:51:04 +0000 |
commit | f1522d612f3c02810880273860147a7fa749e6aa (patch) | |
tree | ceb7ece8d3376832ea6e134431580b79343f0ed0 /llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll | |
parent | 9134e737fc46406637b00cae5756538d440b1c88 (diff) | |
download | bcm5719-llvm-f1522d612f3c02810880273860147a7fa749e6aa.tar.gz bcm5719-llvm-f1522d612f3c02810880273860147a7fa749e6aa.zip |
Add comments.
llvm-svn: 92883
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll b/llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll index a63271515ca..6a05df11147 100644 --- a/llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll +++ b/llvm/test/CodeGen/Thumb2/2010-01-06-TailDuplicateLabels.ll @@ -2,6 +2,8 @@ target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32-n32" target triple = "thumbv7-apple-darwin10" +; This function produces a duplicate LPC label unless special care is taken when duplicating a t2LDRpci_pic instruction. + %struct.PlatformMutex = type { i32, [40 x i8] } %struct.SpinLock = type { %struct.PlatformMutex } %"struct.WTF::TCMalloc_ThreadCache" = type { i32, %struct._opaque_pthread_t*, i8, [68 x %"struct.WTF::TCMalloc_ThreadCache_FreeList"], i32, i32, %"struct.WTF::TCMalloc_ThreadCache"*, %"struct.WTF::TCMalloc_ThreadCache"* } |