mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
be72114460
llvm-svn: 48530
9 lines
256 B
LLVM
9 lines
256 B
LLVM
; RUN: llvm-as < %s | opt -reassociate -disable-output
|
|
|
|
define void @foo() {
|
|
%tmp162 = sub <4 x float> zeroinitializer, zeroinitializer ; <<4 x float>> [#uses=1]
|
|
%tmp164 = mul <4 x float> zeroinitializer, %tmp162 ; <<4 x float>> [#uses=0]
|
|
ret void
|
|
}
|
|
|