make function static
authorDavid Schleef <ds@schleef.org>
Tue, 31 Mar 2009 17:41:33 +0000 (10:41 -0700)
committerDavid Schleef <ds@schleef.org>
Tue, 31 Mar 2009 18:19:36 +0000 (11:19 -0700)
orc/orcprogram-sse.c

index 9f06491..9af1047 100644 (file)
@@ -225,7 +225,7 @@ sse_emit_store_dest (OrcCompiler *compiler, OrcVariable *var)
   }
 }
 
-int
+static int
 get_shift (int size)
 {
   switch (size) {