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:
6c07f30
)
Right, stop being silly
author
Chris Lattner
<sabre@nondot.org>
Tue, 15 Jun 2004 21:29:40 +0000
(21:29 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 15 Jun 2004 21:29:40 +0000
(21:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14184
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Feature/intrinsics.ll
patch
|
blob
|
history
diff --git
a/test/Feature/intrinsics.ll
b/test/Feature/intrinsics.ll
index 89261e187ed696358d7aabc8dda8bdd20a697977..16a23744cbb09c2d25c6198f0d3439c94b65c421 100644
(file)
--- a/
test/Feature/intrinsics.ll
+++ b/
test/Feature/intrinsics.ll
@@
-8,6
+8,6
@@
implementation
;
void %libm() {
call bool %llvm.isunordered(float 0.0, float 1.0)
- call bool %llvm.isunordered(double 0.0, double
double
0x7FF8000000000000)
+ call bool %llvm.isunordered(double 0.0, double 0x7FF8000000000000)
ret void
}