diff options
author | Manman Ren <manman.ren@gmail.com> | 2014-07-24 17:18:33 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2014-07-24 17:18:33 +0000 |
commit | a8bc9a4c36993493b6af5470a9c58e4e912f1068 (patch) | |
tree | 50139b0e67d56a65b4ac8b4ed5db239d8062d8ee /llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll | |
parent | e89d2891dd89684fd3cc4a02acc17e67e02b6ce9 (diff) | |
download | bcm5719-llvm-a8bc9a4c36993493b6af5470a9c58e4e912f1068.tar.gz bcm5719-llvm-a8bc9a4c36993493b6af5470a9c58e4e912f1068.zip |
Try to fix the bots. If this does not work, I am going to move it to X86 directory.
llvm-svn: 213880
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll b/llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll index d2e19075935..d0b8ab29d26 100644 --- a/llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll +++ b/llvm/test/Transforms/SimplifyCFG/switch-table-bug.ll @@ -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. |