diff options
Diffstat (limited to 'llvm/test/Regression/Verifier/AmbiguousPhi.ll')
| -rw-r--r-- | llvm/test/Regression/Verifier/AmbiguousPhi.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/test/Regression/Verifier/AmbiguousPhi.ll b/llvm/test/Regression/Verifier/AmbiguousPhi.ll deleted file mode 100644 index f64ec3fd77e..00000000000 --- a/llvm/test/Regression/Verifier/AmbiguousPhi.ll +++ /dev/null @@ -1,10 +0,0 @@ -; RUN: not llvm-as -f %s -o /dev/null - - - -int "test"(int %i, int %j, bool %c) { - br bool %c, label %A, label %A -A: - %a = phi int [%i, %0], [%j, %0] ; Error, different values from same block! - ret int %a -} |

