I'm having a problem with test/BugPoint/misopt-basictest.ll. I'm running it on a machine where gcc defaults to compiling 64-bit executables. When this test is executed, the code emitted by llc is 32-bit. So when gcc goes to compile it, it errors out because it's expected 64-bit assembly. My question is, is it okay to run this test with "-run-llc"? -bw