projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87420af
)
This should not be dce'd
author
Chris Lattner
<sabre@nondot.org>
Sun, 20 Nov 2005 21:46:52 +0000
(21:46 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 20 Nov 2005 21:46:52 +0000
(21:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24433
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/rdtsc.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/rdtsc.ll
b/test/CodeGen/X86/rdtsc.ll
index adf84a39b3d243a46801a0a4ef591e0b8252de30..efc8ba6acc35e47e431501473dcc4627be0717c2 100644
(file)
--- a/
test/CodeGen/X86/rdtsc.ll
+++ b/
test/CodeGen/X86/rdtsc.ll
@@
-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
}