X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2F2003-01-09-SARTest.ll;h=f76f998328254da11855f7806aa829a14695355a;hb=fbb662f840c2f76988ff9f3f152695632cfc71be;hp=f3c88adf84355da9724e73c20f92e7ffb4ca9c43;hpb=6a3cbc35a75468d565385a0db8e7051478f383f4;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll b/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll index f3c88adf843..f76f9983282 100644 --- a/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll +++ b/test/ExecutionEngine/MCJIT/2003-01-09-SARTest.ll @@ -1,4 +1,4 @@ -; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %s > /dev/null +; RUN: %lli_mcjit %s > /dev/null ; We were accidentally inverting the signedness of right shifts. Whoops.