[llvm] r213880 - Try to fix the bots. If this does not work, I am going to move it to X86 directory.

Manman Ren manman.ren at gmail.com
Thu Jul 24 10:18:34 PDT 2014


Author: mren
Date: Thu Jul 24 12:18:33 2014
New Revision: 213880

URL: http://llvm.org/viewvc/llvm-project?rev=213880&view=rev
Log:
Try to fix the bots. If this does not work, I am going to move it to X86 directory.

Modified:
    llvm/trunk/test/Transforms/SimplifyCFG/switch-table-bug.ll

Modified: llvm/trunk/test/Transforms/SimplifyCFG/switch-table-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/switch-table-bug.ll?rev=213880&r1=213879&r2=213880&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/switch-table-bug.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/switch-table-bug.ll Thu Jul 24 12:18:33 2014
@@ -1,6 +1,6 @@
-; RUN: opt -S -simplifycfg < %s | FileCheck %s
+; RUN: opt -S -simplifycfg < %s -mtriple=x86_64-apple-darwin12.0.0 | FileCheck %s
 ; rdar://17735071
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
+target datalayout = "e-p:64:64:64-S128-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:32:32-f64:64:64-f128:128:128-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
 target triple = "x86_64-apple-darwin12.0.0"
 
 ; When tableindex can't fit into i2, we should extend the type to i3.





More information about the llvm-commits mailing list