mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
a62270de2c
The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
11 lines
177 B
LLVM
11 lines
177 B
LLVM
; RUN: opt < %s -sccp -disable-output
|
|
; PR4277
|
|
|
|
define i32 @main() nounwind {
|
|
entry:
|
|
%0 = tail call signext i8 (...) @sin() nounwind
|
|
ret i32 0
|
|
}
|
|
|
|
declare signext i8 @sin(...)
|