Implement floating point compare and long compare.

Change-Id: I63d7889f1d3640f9c6c2d537722b164dd8f09f3e
diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h
index 719ef8b..08ea789 100644
--- a/src/compiler_llvm/method_compiler.h
+++ b/src/compiler_llvm/method_compiler.h
@@ -276,6 +276,9 @@
 
   void EmitGuard_GarbageCollectionSuspend(uint32_t dex_pc);
 
+  llvm::Value* EmitCompareResultSelection(llvm::Value* cmp_eq,
+                                          llvm::Value* cmp_lt);
+
 
   // Basic block helper functions
   llvm::BasicBlock* GetBasicBlock(uint32_t dex_pc);