diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll b/llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll index 4342aa44097..3a257895b7c 100644 --- a/llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll +++ b/llvm/test/ExecutionEngine/MCJIT/2003-06-04-bzip2-bug.ll @@ -2,8 +2,6 @@ ; Testcase distilled from 256.bzip2. -target datalayout = "e-p:32:32" - define i32 @main() { entry: br label %loopentry.0 |