[autoconf] Export LLVM_LIBDIR_SUFFIX with empty string in LLVMConfig.cmake. tools...
[oota-llvm.git] / test / ExecutionEngine / 2008-06-05-APInt-OverAShr.ll
index 02b65b13f3003f7fe240b1b1cecaf229da3e1eef..349db69e4c63b085fdfa10d6186c941516087fda 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as %s -f -o %t.bc
-; RUN: lli -force-interpreter=true %t.bc | grep 1
+; RUN: %lli -force-interpreter=true %s | FileCheck %s
+; CHECK: 1
 
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
 target triple = "i686-pc-linux-gnu"