Revision: 14881
Author: [email protected]
Date: Wed May 29 05:20:32 2013
Log: Update ASSERT on arm to support SmiOrTagged in ClampToUint8
[email protected]
Review URL: https://chromiumcodereview.appspot.com/15832004
http://code.google.com/p/v8/source/detail?r=14881
Modified:
/branches/bleeding_edge/src/arm/lithium-arm.cc
=======================================
--- /branches/bleeding_edge/src/arm/lithium-arm.cc Wed May 29 03:47:55 2013
+++ /branches/bleeding_edge/src/arm/lithium-arm.cc Wed May 29 05:20:32 2013
@@ -2035,7 +2035,7 @@
} else if (input_rep.IsInteger32()) {
return DefineAsRegister(new(zone()) LClampIToUint8(reg));
} else {
- ASSERT(input_rep.IsTagged());
+ ASSERT(input_rep.IsSmiOrTagged());
// Register allocator doesn't (yet) support allocation of double
// temps. Reserve d1 explicitly.
LClampTToUint8* result = new(zone()) LClampTToUint8(reg,
FixedTemp(d11));
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.