diff options
Diffstat (limited to 'llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll')
| -rw-r--r-- | llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll b/llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll deleted file mode 100644 index d2566b15638..00000000000 --- a/llvm/test/Regression/Other/2004-08-20-PackedControlFlow.ll +++ /dev/null @@ -1,23 +0,0 @@ -; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | llvm-as > /dev/null - -%v4f = type <4 x float> - -%foo = uninitialized global %v4f -%bar = uninitialized global %v4f - -implementation ; Functions: - -void %main() { - br label %A -C: - store %v4f %t2, %v4f* %bar - ret void - -B: - %t2 = add %v4f %t0, %t0 - br label %C - -A: - %t0 = load %v4f* %foo - br label %B -} |

