Cleanup another place redundant SP maintained
[oota-llvm.git] / examples / BrainF / BrainFDriver.cpp
index cdbf02a61bca75d14fac7ac4d9fc15928c3b5210..58617b7f38092e6b11a3827920c9fd50e35c0893 100644 (file)
@@ -21,7 +21,6 @@
 // ./BrainF           prog.bf          #Write as BitCode
 //
 // lli prog.bf.bc                      #Run generated BitCode
-// llvm-ld -native -o=prog prog.bf.bc  #Compile BitCode into native executable
 //
 //===--------------------------------------------------------------------===//