mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-24 13:15:36 +00:00
Add a missing test for r134882.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f362affa3a
commit
ce3a9f51ce
8
test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll
Normal file
8
test/CodeGen/ARM/2011-07-10-GlobalMergeBug.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llc < %s | FileCheck %s
|
||||
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:32:64-v128:32:128-a0:0:32-n32"
|
||||
target triple = "thumbv7-apple-darwin10"
|
||||
|
||||
; CHECK-NOT: MergedGlobals
|
||||
|
||||
@a = internal unnamed_addr global i1 false
|
||||
@b = internal global [64 x i8] zeroinitializer, align 64
|
Loading…
x
Reference in New Issue
Block a user