mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 07:09:08 +00:00
this started failing due to Reid's changes in the bc format. insulate it
from future changes. llvm-svn: 31428
This commit is contained in:
parent
bbc4261790
commit
d8275c91a5
@ -1,7 +1,7 @@
|
||||
// This file can be used to see what a native C compiler is generating for a
|
||||
// variety of interesting operations.
|
||||
//
|
||||
// RUN: %llvmgcc -c %s -o - | llc
|
||||
// RUN: %llvmgcc -S %s -o - | llvm-as | llc
|
||||
|
||||
unsigned int udiv(unsigned int X, unsigned int Y) {
|
||||
return X/Y;
|
||||
|
Loading…
Reference in New Issue
Block a user