diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-09-08 13:21:12 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-09-08 13:21:12 +0000 |
commit | d4a12d25ff09e3a9622d9e2a0f2ece7558a77cb1 (patch) | |
tree | 80432c87d91955dabb361f43228bd574ff88677b /llvm/test/CodeGen/WebAssembly/phi.ll | |
parent | a54a1a84ddada54044cebf70306b980c299371a9 (diff) | |
download | bcm5719-llvm-d4a12d25ff09e3a9622d9e2a0f2ece7558a77cb1.tar.gz bcm5719-llvm-d4a12d25ff09e3a9622d9e2a0f2ece7558a77cb1.zip |
[WebAssembly] Temporarily disable this test, as it depends on additional patches that aren't yet checked in.
llvm-svn: 247011
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/phi.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/phi.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/phi.ll b/llvm/test/CodeGen/WebAssembly/phi.ll index c217cbf3572..13fb5ebc530 100644 --- a/llvm/test/CodeGen/WebAssembly/phi.ll +++ b/llvm/test/CodeGen/WebAssembly/phi.ll @@ -1,5 +1,8 @@ ; RUN: llc < %s -asm-verbose=false | FileCheck %s +; This test depends on branching support, which is not yet checked in. +; XFAIL: * + ; Test that phis are lowered. target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128" |