summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-10-16 20:00:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-10-16 20:00:02 +0000
commit11aaaeebe0c7823d2b541504e83ebfb364bbebf2 (patch)
tree214fcfd013a35d3dace4ef8a929cb5a0964d7591 /llvm/test/CodeGen/PowerPC
parentd20816fde95cb3c2467ef726790c06e8009a2653 (diff)
downloadbcm5719-llvm-11aaaeebe0c7823d2b541504e83ebfb364bbebf2.tar.gz
bcm5719-llvm-11aaaeebe0c7823d2b541504e83ebfb364bbebf2.zip
Delete -std-compile-opts.
These days -std-compile-opts was just a silly alias for -O3. llvm-svn: 219951
Diffstat (limited to 'llvm/test/CodeGen/PowerPC')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppcf128-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppcf128-1.ll b/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
index 1047fe5d3ba..2cec934c66f 100644
--- a/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
+++ b/llvm/test/CodeGen/PowerPC/ppcf128-1.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -std-compile-opts | llc > %t
+; RUN: opt < %s -O3 | llc > %t
; ModuleID = 'ld3.c'
target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128"
target triple = "powerpc-apple-darwin8"
OpenPOWER on IntegriCloud