projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebda95e
)
Fix jit-format error
author
Bruce Forstall
<brucefo@microsoft.com>
Tue, 19 Sep 2017 21:45:25 +0000
(14:45 -0700)
committer
Bruce Forstall
<brucefo@microsoft.com>
Tue, 19 Sep 2017 21:45:25 +0000
(14:45 -0700)
src/jit/lower.cpp
patch
|
blob
|
history
diff --git
a/src/jit/lower.cpp
b/src/jit/lower.cpp
index
40e03b0
..
05dcd08
100644
(file)
--- a/
src/jit/lower.cpp
+++ b/
src/jit/lower.cpp
@@
-2372,7
+2372,7
@@
void Lowering::LowerCompare(GenTree* cmp)
#ifdef _TARGET_AMD64_
var_types smallerType = (*smallerOpUse)->TypeGet();
#elif defined(_TARGET_ARM64_)
- var_types smallerType = genActualType((*smallerOpUse)->TypeGet());
+ var_types smallerType
= genActualType((*smallerOpUse)->TypeGet());
#endif // _TARGET_AMD64_
assert(genTypeSize(smallerType) < 8);