Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 409 Build 409: arc lint + arc unit
Event Timeline
Comment Actions
lgtm with a comment
test/CodeGen/ms-intrinsics.c | ||
---|---|---|
3 | Using CHECK-X86 for both 32- and 64-bit might be confusing to the reader. Maybe call it CHECK-INTEL? (Or maybe it's juts me that's confused.) |
lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
1151–1152 | I'd just use Builder.getInt32(0), this will DTRT regardless of whatever UnsignedIntTy is. |
I'd just use Builder.getInt32(0), this will DTRT regardless of whatever UnsignedIntTy is.