Allow x86 mov instructions to/from memory with absolute address to be encoded and...
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
index e5d8cb0aac820826e965276dee48bc8c8df85e42..85c171532752f24a2fd30f1f0178ccab47385184 100644 (file)
@@ -1,7 +1,6 @@
+; RUN: %lli %s > /dev/null
 
-implementation
-
-int %main() {
-        ret int 0
+define i32 @main() {
+       ret i32 0
 }