This should not be dce'd

llvm-svn: 24433
This commit is contained in:
Chris Lattner 2005-11-20 21:46:52 +00:00
parent 4db9ae7aa3
commit cde2a174a7
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
declare ulong %llvm.readcyclecounter()
void %foo() {
entry:
ulong %foo() {
%tmp.1 = call ulong %llvm.readcyclecounter ()
ret void
ret ulong %tmp.1
}