mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
e3769d450b
This is done to avoid odd test failures, like the one fixed in r171243. llvm-svn: 171246
8 lines
212 B
LLVM
8 lines
212 B
LLVM
; RUN: opt -S -constmerge < %s | FileCheck %s
|
|
|
|
; CHECK: @foo = constant i32 6
|
|
; CHECK: @bar = constant i32 6
|
|
@foo = constant i32 6 ; <i32*> [#uses=0]
|
|
@bar = constant i32 6 ; <i32*> [#uses=0]
|
|
|