summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-06-06 23:53:23 +0000
committerBill Wendling <isanbard@gmail.com>2012-06-06 23:53:23 +0000
commit3e8cf2be79396b83969b8363d22c0ce5ecf3cbff (patch)
treeabf79731869602e3cf2620b28a8a668a68a8a261 /llvm/test/Transforms
parent9c9641812c3b1ce55b3aefb3d0a9a06bd78d0b88 (diff)
downloadbcm5719-llvm-3e8cf2be79396b83969b8363d22c0ce5ecf3cbff.tar.gz
bcm5719-llvm-3e8cf2be79396b83969b8363d22c0ce5ecf3cbff.zip
Spell optimization name correclty.
llvm-svn: 158123
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll b/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
index e19cee7209b..7a39702584a 100644
--- a/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
+++ b/llvm/test/Transforms/InstCombine/2012-06-06-LoadOfPHIs.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -instcombiner | FileCheck %s
+; RUN: opt < %s -instcombine | FileCheck %s
; <rdar://problem/10889741>
define void @func(double %r, double %g, double %b, double* %outH, double* %outS, double* %outL) nounwind uwtable ssp {
OpenPOWER on IntegriCloud