blob: 0efa690bde2858a29f6ef5b78927b4af63271ebe [file] [log] [blame]
Silviu Barangae9716592013-01-07 12:31:25 +00001; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
2; Test the GlobalMerge pass. Check that the pass does not crash when using
3; multiple address spaces.
4
5; CHECK: _MergedGlobals:
6@g1 = internal addrspace(1) global i32 1
7@g2 = internal addrspace(1) global i32 2
8
9
10; CHECK: _MergedGlobals1:
11@g3 = internal addrspace(2) global i32 3
12@g4 = internal addrspace(2) global i32 4