mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
5b9e2394dc
llvm-svn: 6965
8 lines
183 B
LLVM
8 lines
183 B
LLVM
; This testcase should not cause a warning!
|
|
|
|
; RUN: (as < %s | opt -funcresolve -disable-output) 2>&1 | not grep 'WARNING'
|
|
|
|
%X = internal global float 1.0
|
|
%X = internal global int 1
|
|
|