Upstream clank: fix build on platforms (Clang/ARM) that don't support 'optimize'

http://codereview.appspot.com/6496082/



git-svn-id: http://skia.googlecode.com/svn/trunk@5385 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
tomhudson@google.com 2012-09-04 16:25:27 +00:00
parent 202a51b335
commit 26a4d352e5

View File

@ -1,4 +1,3 @@
/*
* Copyright 2009 The Android Open Source Project
*
@ -9,6 +8,7 @@
#include "SkBitmapProcState.h"
#include "SkColorPriv.h"
#include "SkTypes.h"
#include "SkUtils.h"
#if SK_ARM_ARCH >= 6 && !defined(SK_CPU_BENDIAN)