mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
This should not be dce'd
llvm-svn: 24433
This commit is contained in:
parent
56419c94c7
commit
6efddab321
@ -2,9 +2,8 @@
|
|||||||
|
|
||||||
declare ulong %llvm.readcyclecounter()
|
declare ulong %llvm.readcyclecounter()
|
||||||
|
|
||||||
void %foo() {
|
ulong %foo() {
|
||||||
entry:
|
|
||||||
%tmp.1 = call ulong %llvm.readcyclecounter ()
|
%tmp.1 = call ulong %llvm.readcyclecounter ()
|
||||||
ret void
|
ret ulong %tmp.1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user