Skip to content

Instantly share code, notes, and snippets.

@brycelelbach
Created October 27, 2010 03:19
Show Gist options
  • Select an option

  • Save brycelelbach/648371 to your computer and use it in GitHub Desktop.

Select an option

Save brycelelbach/648371 to your computer and use it in GitHub Desktop.
wash@Pegasus:~/sandbox/compiler_tests$ clang -cc1 -S -mregparm=3 mregparm.c -o mregparm_3a.ll
wash@Pegasus:~/sandbox/compiler_tests$ clang -S -mregparm=3 mregparm.c -o mregparm_3b.ll
clang: warning: argument unused during compilation: '-mregparm=3'
wash@Pegasus:~/sandbox/compiler_tests$ clang -mregparm=3 mregparm.c -o mregparm_3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment