summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-10-26 01:17:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-10-26 01:17:44 +0000
commitf31151f34ec37dd49bdf998e9e352d572f4a8e06 (patch)
treeb191b52e9236d2fbd084cd926c9cffeafa1ac5c1 /test/CodeGen
parenta823e3d42c48ceeb2f5011f7402031bf02fa0fe1 (diff)
downloadllvm-f31151f34ec37dd49bdf998e9e352d572f4a8e06.tar.gz
llvm-f31151f34ec37dd49bdf998e9e352d572f4a8e06.tar.bz2
llvm-f31151f34ec37dd49bdf998e9e352d572f4a8e06.tar.xz
Revert part of r142530. The patch potentially hurts performance especially
on Darwin platforms where -Os means optimize for size without hurting performance. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll b/test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll
index 6dae75be91..4f84ab09e4 100644
--- a/test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll
+++ b/test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll
@@ -1,4 +1,3 @@
-; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s
; RUN: llc < %s -mtriple=armv7-unknown-linux-eabi | FileCheck %s
; Check that when optimizing for size, a literal pool load is used