diff options
-rw-r--r-- | test/CodeGen/Generic/BasicInstrs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/BasicInstrs.c b/test/CodeGen/Generic/BasicInstrs.c index 4718263b72..30cc89098b 100644 --- a/test/CodeGen/Generic/BasicInstrs.c +++ b/test/CodeGen/Generic/BasicInstrs.c @@ -1,5 +1,7 @@ // This file can be used to see what a native C compiler is generating for a // variety of interesting operations. +// +// RUN: $LLVMGCCDIR/bin/gcc -c %s unsigned int udiv(unsigned int X, unsigned int Y) { return X/Y; } |