| commit | 32f9ccef8dee33110cc9ebdca2853d6a078752ed | [log] [tgz] |
|---|---|---|
| author | Nicolas Capens <capn@google.com> | Wed Oct 19 01:24:27 2016 -0400 |
| committer | Nicolas Capens <capn@google.com> | Wed Oct 19 16:26:59 2016 -0400 |
| tree | f2b865e3d66f0400979e68c57010d0d295097270 | |
| parent | 7145e69306813c75e1d9260ed468c266f9e038f8 [diff] [blame] |
Fix 64-bit pointer type for non-x32 ABIs. BUG=swiftshader:9 Change-Id: Ife06416736d47acba4f2cff1ea8b17be61134752
diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp index 2b65064..a2f1123 100644 --- a/src/IceTargetLoweringARM32.cpp +++ b/src/IceTargetLoweringARM32.cpp
@@ -66,6 +66,10 @@ return ::Ice::ARM32::TargetARM32::shouldBePooled(C); } +::Ice::Type getPointerType() { + return ::Ice::ARM32::TargetARM32::getPointerType(); +} + } // end of namespace ARM32 namespace Ice {