mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-07 02:01:43 +00:00
Fix a double negation (in grammar).
llvm-svn: 13943
This commit is contained in:
parent
515dea0a05
commit
312ed8be87
@ -15,7 +15,7 @@
|
|||||||
//
|
//
|
||||||
// This allows the end user to just say ./<program> and have the JIT executed
|
// This allows the end user to just say ./<program> and have the JIT executed
|
||||||
// automatically. On unix, the stub executable emitted is actually a bourne
|
// automatically. On unix, the stub executable emitted is actually a bourne
|
||||||
// shell script that does the forwarding. Windows doesn't not like #!/bin/sh
|
// shell script that does the forwarding. Windows does not like #!/bin/sh
|
||||||
// programs in .exe files, so we make it an actual program, defined here.
|
// programs in .exe files, so we make it an actual program, defined here.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===*/
|
//===----------------------------------------------------------------------===*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user