Add Machine-CFG edges to SparcV9 MachineBasicBlocks.
[oota-llvm.git] / test / ExecutionEngine / simplesttest.ll
index 48d7688bcc62b399ceb935c4d7928af7106d1e48..e5d8cb0aac820826e965276dee48bc8c8df85e42 100644 (file)
@@ -1,19 +1,7 @@
 
-%X = global int 7
-%msg = internal global [13 x sbyte] c"Hello World\0A\00"
-
-
 implementation
 
-declare void %printf([13 x sbyte]*)
-
-void %bar() {
-  call void %printf([13 x sbyte]* %msg)
-  ret void 
-}
-
 int %main() {
-        call void %bar()
         ret int 0
 }