From 18d52f2fb551c295bbce4c7d7357f4050b06e926 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 29 Sep 2010 20:09:55 +0000 Subject: [PATCH] Convert a bunch of uses of 'bytecode' into 'bitcode'. This is not everything, but the remaining cases are less trivial. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115080 91177308-0d34-0410-b5e6-96231b3b80d8 --- CREDITS.TXT | 2 +- docs/CodingStandards.html | 2 +- docs/LinkTimeOptimization.html | 2 +- examples/ModuleMaker/README.txt | 2 +- tools/llvm-config/llvm-config.in.in | 2 +- utils/findmisopt | 4 ++-- utils/findoptdiff | 6 +++--- utils/llvm-native-gcc | 4 ++-- utils/llvm-native-gxx | 4 ++-- utils/profile.pl | 4 ++-- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CREDITS.TXT b/CREDITS.TXT index aeecfe2e21e..8cf3e8494c7 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -39,7 +39,7 @@ N: Misha Brukman E: brukman+llvm@uiuc.edu W: http://misha.brukman.net D: Portions of X86 and Sparc JIT compilers, PowerPC backend -D: Incremental bytecode loader +D: Incremental bitcode loader N: Cameron Buschardt E: buschard@uiuc.edu diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 7815e19739f..e3ec3ff136c 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -249,7 +249,7 @@ order:

  • llvm/*
  • llvm/Analysis/*
  • llvm/Assembly/*
  • -
  • llvm/Bytecode/*
  • +
  • llvm/Bitcode/*
  • llvm/CodeGen/*
  • ...
  • Support/*
  • diff --git a/docs/LinkTimeOptimization.html b/docs/LinkTimeOptimization.html index 1433d082ae5..dbe8f389ce8 100644 --- a/docs/LinkTimeOptimization.html +++ b/docs/LinkTimeOptimization.html @@ -19,7 +19,7 @@
  • Multi-phase communication between LLVM and linker