[MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout
[oota-llvm.git] / test / ExecutionEngine / MCJIT / 2003-06-05-PHIBug.ll
index 03b66c43a1ced7b835366751ea23ae10720572b4..8a62e0632484cd517ac9d2d33e1b1b3f362ee7df 100644 (file)
@@ -2,8 +2,6 @@
 
 ; Testcase distilled from 256.bzip2.
 
-target datalayout = "e-p:32:32"
-
 define i32 @main() {
 entry:
        %X = add i32 1, -1              ; <i32> [#uses=3]